From: moodler Date: Mon, 10 May 2004 17:17:25 +0000 (+0000) Subject: FIxed English order of day, month X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4a54f79067d2fa61ac1f1bbfde9230b0e51bb97a;p=moodle.git FIxed English order of day, month --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index fa360bf5f6..d90da1a08f 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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';