diff options
| author | 2014-12-11 18:15:41 +0100 | |
|---|---|---|
| committer | 2014-12-11 18:15:41 +0100 | |
| commit | c1a3412b97d5f19e6c1102902156b098598e7ce9 (patch) | |
| tree | b97ea4396e5eab71f439910117fce84d13f051c1 /app/i18n/en/sub.php | |
| parent | 0ee16a7d6acb0c0158272fbbdd9ee876d9fb4a4a (diff) | |
Fix i18n for auth and category controllers
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index dbd148dee..14268c72c 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -6,7 +6,6 @@ return array( 'add' => 'Add a category', 'empty' => 'Empty category', 'new' => 'New category', - 'over_max' => 'You have reached your limit of categories (%d)', ), 'feed' => array( 'add' => 'Add a RSS feed', @@ -29,7 +28,6 @@ return array( 'keep_history' => 'Minimum number of articles to keep', 'moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.', 'number_entries' => '%d articles', - 'over_max' => 'You have reached your limit of feeds (%d)', 'stats' => 'Statistics', 'title' => 'Title', 'ttl' => 'Do not automatically refresh more often than', |
