diff options
Diffstat (limited to 'app/i18n/en-us/index.php')
-rw-r--r-- | app/i18n/en-us/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en-us/index.php b/app/i18n/en-us/index.php index 69f34e262..5e7e33090 100644 --- a/app/i18n/en-us/index.php +++ b/app/i18n/en-us/index.php @@ -66,6 +66,7 @@ return array( 'mark_cat_read' => 'Mark category as read', // IGNORE 'mark_feed_read' => 'Mark feed as read', // IGNORE 'mark_selection_unread' => 'Mark selection as unread', // IGNORE + 'mylabels' => 'My labels', // IGNORE 'newer_first' => 'Newer first', // IGNORE 'non-starred' => 'Show non-favorites', 'normal_view' => 'Normal view', // IGNORE @@ -90,7 +91,6 @@ return array( 'starred' => 'Show favorites', 'stats' => 'Statistics', // IGNORE 'subscription' => 'Subscription management', // IGNORE - 'tags' => 'My labels', // IGNORE 'unread' => 'Show unread', // IGNORE ), 'share' => 'Share', // IGNORE |