repairing date bug (see http://moodle.org/mod/forum/discuss.php?d=9739) Thanks you Joost van Beurden!

This commit is contained in:
koenr 2004-07-08 18:42:24 +00:00
parent b821527271
commit b923d3b864

View File

@ -836,7 +836,7 @@ $string['strftimedateshort'] = '%%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';
$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, %%H:%%M';