From 6d708520fe74d806a27d43f1536843557615cc0c Mon Sep 17 00:00:00 2001 From: martignoni Date: Mon, 23 Aug 2004 16:39:44 +0000 Subject: [PATCH] Correction in 'strftimerecentfull' date format --- lang/fr/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 75f8a99645..73074c424f 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -894,7 +894,7 @@ $string['strftimedaydate'] = '%%A %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A %%d %%B %%Y, %%H:%%M'; $string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; -$string['strftimerecentfull'] = '%%a %%d.%%b.%%Y, %%H:%%M'; +$string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M'; $string['strftimetime'] = '%%H:%%M'; $string['stringsnotset'] = 'Les textes suivants ne sont pas définis dans $a'; $string['studentnotallowed'] = 'Désolé, mais vous ne pouvez entrer dans ce cours en tant que « $a »'; -- 2.39.5