diff options
| author | 2014-01-08 23:33:33 +0100 | |
|---|---|---|
| committer | 2014-01-08 23:33:33 +0100 | |
| commit | a280bb1013f06599f7b20f29e4cc55226f0f8833 (patch) | |
| tree | 8fced3f7dc4a96e423e2f3e0a1c9b977193edaf0 /app/i18n/en.php | |
| parent | 50e0339188107564fddb3abddeabbe0132cff6b1 (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/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 3717e0245..89af15b17 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -44,7 +44,7 @@ return array ( 'rss_view' => 'RSS feed', 'show_all_articles' => 'Show all articles', 'show_not_reads' => 'Show only unread', - 'show_read' => 'Show only read', + 'show_read' => 'Show only read', 'show_favorite' => 'Show favorites', 'older_first' => 'Oldest first', 'newer_first' => 'Newer first', |
