Geeklog-Plugins / artwork

Original artwork files used by some plugins.
0 stars 0 forks source link

Forum plugin: language file error #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please use labels and text to provide additional information.

english.php and english_utf-8.php are Okay. 
But other files are wrong.
http://project.geeklog.net/tracking/view.php?id=1729

from:
    15 => array('All' => 'TOPIC_ALL_OPTION', 'Homepage Only' => 'TOPIC_HOMEONLY_OPTION', 'Select Topics' => 'TOPIC_SELECTED_OPTION')

to:
    15 => array('All' => TOPIC_ALL_OPTION, 'Homepage Only' => TOPIC_HOMEONLY_OPTION, 'Select Topics' => TOPIC_SELECTED_OPTION)

Original issue reported on code.google.com by ivysoho on 21 Dec 2013 at 2:27