From: moodler Date: Fri, 10 Sep 2004 07:55:26 +0000 (+0000) Subject: String thisdirection should be 'ltr' or 'rtl' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5219d07c63813df4aee33af394ae8743de580e94;p=moodle.git String thisdirection should be 'ltr' or 'rtl' --- diff --git a/lang/nl/moodle.php b/lang/nl/moodle.php index 93ebd39e41..5993d5f891 100644 --- a/lang/nl/moodle.php +++ b/lang/nl/moodle.php @@ -924,7 +924,7 @@ $string['theme'] = 'Thema'; $string['themes'] = 'Thema\'s'; $string['themesaved'] = 'Het nieuwe thema is bewaard'; $string['thischarset'] = 'iso-8859-1'; -$string['thisdirection'] = 'lnr'; +$string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Nederlands'; $string['time'] = 'Tijd'; $string['timezone'] = 'Tijdzone';