summaryrefslogtreecommitdiff
path: root/app/i18n/en.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/en.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/en.php')
-rw-r--r--app/i18n/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index bb983d397..ae03af8d0 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -295,5 +295,5 @@ return array (
'Dec' => '\D\e\c\e\m\b\e\r',
// format for date() function, %s allows to indicate month in letter
'format_date' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y',
- 'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\.i',
+ 'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\:i',
);