diff options
| author | 2014-04-15 10:10:29 +0200 | |
|---|---|---|
| committer | 2014-04-15 10:10:29 +0200 | |
| commit | 339a12698c07eb466c6a1ab8ffa856d8a8e1f506 (patch) | |
| tree | d599dd61687b5b4ccd5aa07ae5c500533dc4bcef /app/i18n/en.php | |
| parent | 951a137f2d05594dd0b61b9d86567cf4e9a12f5a (diff) | |
| parent | bdd7b7b13e6fdcdb9110cbee3618bf2b5fc89b71 (diff) | |
Merge pull request #486 from aledeg/simple-layout
New toggle buttons to filter articles (was: Delete favorite button)
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 0c8b6aafe..f9be04549 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -51,7 +51,8 @@ return array ( 'show_all_articles' => 'Show all articles', 'show_not_reads' => 'Show only unread', 'show_read' => 'Show only read', - 'show_favorite' => 'Show favorites', + 'show_favorite' => 'Show only favorites', + 'show_not_favorite' => 'Show all but favorites', 'older_first' => 'Oldest first', 'newer_first' => 'Newer first', |
