]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed English order of day, month
authormoodler <moodler>
Mon, 10 May 2004 17:17:25 +0000 (17:17 +0000)
committermoodler <moodler>
Mon, 10 May 2004 17:17:25 +0000 (17:17 +0000)
lang/en/moodle.php

index fa360bf5f6877be9fb51e69ba5963956ae066503..d90da1a08f9a11621a741caccc5ef135d2b58301 100644 (file)
@@ -827,7 +827,7 @@ $string['strftimedateshort'] = '%%d %%B';
 $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
 $string['strftimedaydate'] = '%%A, %%d %%B %%Y';
 $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p';
-$string['strftimedayshort'] = '%%A %%B %%d';
+$string['strftimedayshort'] = '%%A, %%d %%B';
 $string['strftimemonthyear'] = '%%B %%Y';
 $string['strftimerecent'] = '%%d %%b, %%H:%%M';
 $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p';