From: moodler Date: Mon, 10 May 2004 17:27:57 +0000 (+0000) Subject: Removed commas ... sorry, but this date format just looks wierd to me. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bdbffc969d4ad7201b6e8e6dd1676b9b36b599c9;p=moodle.git Removed commas ... sorry, but this date format just looks wierd to me. :-) --- diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 2e4bd66583..58a3e3cafc 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -722,12 +722,12 @@ $string['state'] = 'State/Province'; $string['status'] = 'Status'; $string['strftimedate'] = '%%B %%d %%Y'; $string['strftimedateshort'] = '%%B %%d'; -$string['strftimedatetime'] = '%%B %%d, %%Y, %%I:%%M %%p'; -$string['strftimedaydate'] = '%%A, %%B %%d, %%Y'; -$string['strftimedaydatetime'] = '%%A, %%B %%d, %%Y, %%I:%%M %%p'; +$string['strftimedatetime'] = '%%B %%d %%Y, %%I:%%M %%p'; +$string['strftimedaydate'] = '%%A, %%B %%d %%Y'; +$string['strftimedaydatetime'] = '%%A, %%B %%d %%Y, %%I:%%M %%p'; $string['strftimedayshort'] = '%%A, %%B %%d'; -$string['strftimerecent'] = '%%b %%d, %%H:%%M'; -$string['strftimerecentfull'] = '%%a, %%b %%d, %%Y, %%I:%%M %%p'; +$string['strftimerecent'] = '%%b %%d %%H:%%M'; +$string['strftimerecentfull'] = '%%a, %%b %%d %%Y, %%I:%%M %%p'; $string['strftimetime'] = '%%I:%%M %%p'; $string['stringsnotset'] = 'The following strings are not defined in $a'; $string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\'';