diff options
| author | 2014-09-17 11:22:45 +0200 | |
|---|---|---|
| committer | 2014-09-17 11:22:45 +0200 | |
| commit | 9fec7f328b077993499c282ccb59414fb50ca84f (patch) | |
| tree | 62d0aff4bb319c0946d6560dbea964496f82c59b /app/i18n/en.php | |
| parent | f5c863705ba63b124decb3769fc26798bf12a016 (diff) | |
Coding style + i18n
Change "Show only unread or read if no unread" into "Adjust showing". It
is less explicit but shorter.
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 7c66864c1..562697585 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -92,7 +92,7 @@ return array ( 'rss_view' => 'RSS feed', 'show_all_articles' => 'Show all articles', 'show_not_reads' => 'Show only unread', - 'show_not_reads_with_fallback' => 'Show only unread or read if no unread', + 'show_adaptive' => 'Adjust showing', 'show_read' => 'Show only read', 'show_favorite' => 'Show only favorites', 'show_not_favorite' => 'Show all but favorites', |
