diff options
| author | 2018-01-13 21:24:01 +0100 | |
|---|---|---|
| committer | 2018-01-13 21:24:01 +0100 | |
| commit | fcfdb30fddab23da09c73b3d667f95e5dece45bf (patch) | |
| tree | facb2e8e0fd3864a749a5274b24edff7ffd3d359 /app/i18n/en/index.php | |
| parent | eb814e682bdb932f71529f4d36644c9bb0c6474e (diff) | |
Update translations to reflect the real action of buttons (#1766)
See #1574
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index a4686de4e..29dccc9ed 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -41,18 +41,18 @@ return array( 'mark_cat_read' => 'Mark category as read', 'mark_feed_read' => 'Mark feed as read', 'newer_first' => 'Newer first', - 'non-starred' => 'Show all but favourites', + 'non-starred' => 'Show non-favourites', 'normal_view' => 'Normal view', 'older_first' => 'Oldest first', 'queries' => 'User queries', - 'read' => 'Show only read', + 'read' => 'Show read', 'reader_view' => 'Reading view', 'rss_view' => 'RSS feed', 'search_short' => 'Search', - 'starred' => 'Show only favourites', + 'starred' => 'Show favourites', 'stats' => 'Statistics', 'subscription' => 'Subscriptions management', - 'unread' => 'Show only unread', + 'unread' => 'Show unread', ), 'share' => 'Share', 'tag' => array( |
