From 6a0b58b23a9644e86055e65c6fd5a8f86fef0261 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 30 Nov 2004 03:48:13 +0000 Subject: [PATCH] Merged lang fix from stable --- admin/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/lang.php b/admin/lang.php index 237502c110c..d062af6f7e4 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -203,7 +203,7 @@ unset($string); include("$enlangdir/$currentfile"); $enstring = $string; - if ($currentlang != 'en') { + if ($currentlang != 'en' and $currentfile == 'moodle.php') { $enstring['thislanguage'] = "<< TRANSLATORS: Specify the name of your language here. If possible use Unicode Numeric Character References >>"; $enstring['thischarset'] = "<< TRANSLATORS: Specify the character set of your language here. Note that all text created while this language is active will be stored using this character set, so don't change it once you have set it. Example: iso-8859-1 >>"; $enstring['thisdirection'] = "<< TRANSLATORS: This string specifies the direction of your text, either left-to-right or right-to-left. Insert either 'ltr' or 'rtl' here. >>";