diff --git a/lang/en/moodle.php b/lang/en/moodle.php index fa360bf5f68..d90da1a08f9 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -827,7 +827,7 @@ $string['strftimedateshort'] = '%%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; $string['strftimedaydate'] = '%%A, %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; -$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, %%I:%%M %%p';