diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/base/TRANSLATIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/base/TRANSLATIONS b/locale/base/TRANSLATIONS index 43e14519..eb97391d 100644 --- a/locale/base/TRANSLATIONS +++ b/locale/base/TRANSLATIONS @@ -89,7 +89,7 @@ Creating a New Translation: the "create_preference_input" function and add a line for your own language. For example to add en_US support add the following line - echo "\t<option value=\"en_US\" $en_US_lang>" . _("English") . "</option>\n"; + echo "\t<option value=\"en_US\" $en_US_lang>" . T_("English") . "</option>\n"; Make sure that it comes after the <select> statement. This will be fixed for future releases... Sorry :S |