diff options
| author | 2017-03-21 16:32:22 +0000 | |
|---|---|---|
| committer | 2017-03-21 16:32:22 +0000 | |
| commit | fd028c6114ff7d66cf717f9964ae0b9702df46de (patch) | |
| tree | 7f1a7be48d3214069cc4d5b1229cb626d2d02f27 /app/i18n/en/index.php | |
| parent | be0bcfef7e38f27284ec7b377b342ba389515964 (diff) | |
Minor changes to english word choice/grammar to improve user experience for english-speaking users.
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index eb6413e3c..dd07d3ac8 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 favourites', + 'title_fav' => 'Your favorites', ), 'log' => array( '_' => 'Logs', |
