diff options
| author | 2014-06-15 12:13:33 -0400 | |
|---|---|---|
| committer | 2014-06-15 12:13:33 -0400 | |
| commit | 60fe99344e1d87850f1a44791c1f0a675d13c756 (patch) | |
| tree | 272ebbc35d0c28b4b049cb10a4e8868e12f808a8 /app/i18n/en.php | |
| parent | e9cee8cc20835b3151de70e4df25cc5e80c4ec85 (diff) | |
Refactor and formatting
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 8d5f305c0..19cf4a06d 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -46,14 +46,14 @@ return array ( 'no_query_filter' => 'No filter', 'about' => 'About', 'stats' => 'Statistics', - 'stats_idle' => 'Idle feeds', - 'stats_main' => 'Main statistics', + 'stats_idle' => 'Idle feeds', + 'stats_main' => 'Main statistics', - 'last_week' => 'Last week', - 'last_month' => 'Last month', - 'last_3_month' => 'Last three months', - 'last_6_month' => 'Last six months', - 'last_year' => 'Last year', + 'last_week' => 'Last week', + 'last_month' => 'Last month', + 'last_3_month' => 'Last three months', + 'last_6_month' => 'Last six months', + 'last_year' => 'Last year', 'your_rss_feeds' => 'Your RSS feeds', 'add_rss_feed' => 'Add a RSS feed', |
