]> git.mjollnir.org Git - moodle.git/commitdiff
repairing date bug (see http://moodle.org/mod/forum/discuss.php?d=9739) Thanks you...
authorkoenr <koenr>
Thu, 8 Jul 2004 18:42:24 +0000 (18:42 +0000)
committerkoenr <koenr>
Thu, 8 Jul 2004 18:42:24 +0000 (18:42 +0000)
lang/nl/moodle.php

index 63908b573f096dd5760b8c726eb38affdad89f87..ad3f8f81bfa513aac5716a03d2b627ffeaeacdda 100644 (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';