Ignore:
Timestamp:
Dec 14, 2013, 9:58:27 PM (11 years ago)
Author:
maron
Message:

$ Added: don't have to by capitals at spell

File:
1 edited

Legend:

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

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