FIxed English order of day, month

This commit is contained in:
moodler
2004-05-10 17:17:25 +00:00
parent d13403fb1b
commit 4a54f79067
+1 -1
View 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';