From: koenr Date: Thu, 8 Jul 2004 18:42:24 +0000 (+0000) Subject: repairing date bug (see http://moodle.org/mod/forum/discuss.php?d=9739) Thanks you... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b923d3b864c15fed0dab4cce2fef19519a91542c;p=moodle.git repairing date bug (see http://moodle.org/mod/forum/discuss.php?d=9739) Thanks you Joost van Beurden! --- diff --git a/lang/nl/moodle.php b/lang/nl/moodle.php index 63908b573f..ad3f8f81bf 100644 --- a/lang/nl/moodle.php +++ b/lang/nl/moodle.php @@ -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';