diff options
| author | 2014-08-09 18:46:22 +0200 | |
|---|---|---|
| committer | 2014-08-09 18:46:22 +0200 | |
| commit | 2b25aa8f68dccf7001b965fc6c08c3a794ec6b04 (patch) | |
| tree | 26ccb95906f9beaff6e9a0fb1b066345fea41ee7 /app/i18n/en.php | |
| parent | c81be3c20aab4eb1773a0acd99d4aa5a9e30c4d6 (diff) | |
Option to hide (or not) feeds/categories with no unread article
https://github.com/marienfressinaud/FreshRSS/issues/430
https://github.com/marienfressinaud/FreshRSS/issues/575
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 532327e4a..d80299b10 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -262,6 +262,7 @@ return array ( 'sort_order' => 'Sort order', 'auto_load_more' => 'Load next articles at the page bottom', 'display_articles_unfolded' => 'Show articles unfolded by default', + 'hide_read_feeds' => 'Hide categories & feeds with no unread article (only in “unread articles” display mode)', 'after_onread' => 'After “mark all as read”,', 'jump_next' => 'jump to next unread sibling (feed or category)', 'article_icons' => 'Article icons', |
