Changeset 744 for trunk/Modules/Translation/LoadNames.php
- Timestamp:
- Jan 9, 2014, 6:21:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/LoadNames.php
r743 r744 77 77 } else { 78 78 if(($GroupId == 13)) { 79 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSub lass' => 'Name', 'TextCharacterRace' => 'Name1',),false);79 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSubClass' => 'Name', 'TextCharacterRace' => 'Name1',),false); 80 80 } else { 81 81 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
Note:
See TracChangeset
for help on using the changeset viewer.