From 5219d07c63813df4aee33af394ae8743de580e94 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 10 Sep 2004 07:55:26 +0000 Subject: [PATCH] String thisdirection should be 'ltr' or 'rtl' --- lang/nl/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5