Search found 1 match
- Sat Feb 18, 2012 8:06 pm
- Forum: User Contributions
- Topic: Correction of errors in translation display
- Replies: 0
- Views: 1470
Correction of errors in translation display
When trying to use the variable $OLANG in the files of lang directory does not work in v1.25.0, so I edited the files options.php and optionhelp.php: options.php line 213 $optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]:$value['Prompt']; changed to: $optionPromptText = !empty($OLANG ...