Ignore:
Timestamp:
Dec 14, 2013, 10:04:34 PM (11 years ago)
Author:
maron
Message:
  • Added: Search table for spell
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r653 r654  
    236236                                        } else {
    237237                                        if(($GroupId == 13)) {
    238                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text' ),false);
     238                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextCharacterClass' => 'Name','TextCharacterRace' => 'Name1',),false);
    239239            } else {
    240240                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text'));
Note: See TracChangeset for help on using the changeset viewer.