From b923d3b864c15fed0dab4cce2fef19519a91542c Mon Sep 17 00:00:00 2001 From: koenr Date: Thu, 8 Jul 2004 18:42:24 +0000 Subject: [PATCH] repairing date bug (see http://moodle.org/mod/forum/discuss.php?d=9739) Thanks you Joost van Beurden! --- lang/nl/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5