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/admin.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/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index f9761952c..707627782 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -138,7 +138,7 @@ return array( 'number_entries' => '%d articles', 'percent_of_total' => '%% of total', 'repartition' => 'Articles repartition', - 'status_favorites' => 'Favorites', + 'status_favorites' => 'Favourites', 'status_read' => 'Read', 'status_total' => 'Total', 'status_unread' => 'Unread', |
