summaryrefslogtreecommitdiff
path: root/app/i18n/fr.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:51:35 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:51:35 +0100
commit451cae8d12920a0f5d4d178e3be92989426b6c29 (patch)
tree39780359d004d39c8b8c94faebbd170c7be160e3 /app/i18n/fr.php
parentc35c49df8868bccf924f39e6eebdc57da7811f19 (diff)
Réduit la place de la date
https://github.com/marienfressinaud/FreshRSS/issues/385 + oublie formLogin d'un patch précédent https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e https://github.com/marienfressinaud/FreshRSS/issues/380
Diffstat (limited to 'app/i18n/fr.php')
-rw-r--r--app/i18n/fr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 2c44aa8d0..d927b3fbb 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -295,5 +295,5 @@ return array (
'Dec' => '\d\é\c\e\m\b\r\e',
// format pour la fonction date(), %s permet d'indiquer le mois en toutes lettres
'format_date' => 'j %s Y',
- 'format_date_hour' => '\l\e j %s Y \à H\:i',
+ 'format_date_hour' => 'j %s Y \à H\:i',
);