diff options
| author | 2017-03-26 19:25:17 +0200 | |
|---|---|---|
| committer | 2017-03-26 19:25:17 +0200 | |
| commit | cae67808fed114d15700e2a9d2f2b556ffc0d63a (patch) | |
| tree | 4148583ef483f1dd74baeb4fd263892762a0649a /app/i18n/en/index.php | |
| parent | e7b153fc7f2f70d963adf21555edd41b35e776a0 (diff) | |
Minor i18n English changes
Add credits.
Keep British spelling of favourites in the user interface, USA spelling
in the code.
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index dd07d3ac8..a4686de4e 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -21,7 +21,7 @@ return array( 'rss_of' => 'RSS feed of %s', 'title' => 'Your RSS feeds', 'title_global' => 'Global view', - 'title_fav' => 'Your favorites', + 'title_fav' => 'Your favourites', ), 'log' => array( '_' => 'Logs', @@ -41,7 +41,7 @@ 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 favorites', + 'non-starred' => 'Show all but favourites', 'normal_view' => 'Normal view', 'older_first' => 'Oldest first', 'queries' => 'User queries', @@ -49,7 +49,7 @@ return array( 'reader_view' => 'Reading view', 'rss_view' => 'RSS feed', 'search_short' => 'Search', - 'starred' => 'Show only favorites', + 'starred' => 'Show only favourites', 'stats' => 'Statistics', 'subscription' => 'Subscriptions management', 'unread' => 'Show only unread', |
