summaryrefslogtreecommitdiff
path: root/app/i18n/fr.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-08 23:33:33 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-08 23:33:33 +0100
commita280bb1013f06599f7b20f29e4cc55226f0f8833 (patch)
tree8fced3f7dc4a96e423e2f3e0a1c9b977193edaf0 /app/i18n/fr.php
parent50e0339188107564fddb3abddeabbe0132cff6b1 (diff)
Changements syntaxiques mineurs aledeg/filters
https://github.com/marienfressinaud/FreshRSS/pull/352 Évite quelques appels de fonctions, et affectations inutiles
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 42b6f8dcf..d4c96c1db 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -44,7 +44,7 @@ return array (
'rss_view' => 'Flux RSS',
'show_all_articles' => 'Afficher tous les articles',
'show_not_reads' => 'Afficher les non lus',
- 'show_read' => 'Afficher les lus',
+ 'show_read' => 'Afficher les lus',
'show_favorite' => 'Afficher les favoris',
'older_first' => 'Plus anciens en premier',
'newer_first' => 'Plus récents en premier',