diff options
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index f7dc6d3a5..da61623a3 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -133,7 +133,8 @@ return array ( 'feed_description' => 'Description', 'website_url' => 'Website URL', 'feed_url' => 'Feed URL', - 'articles' => 'articles', + 'articles' => 'articles', + 'number_articles' => 'Number of articles', 'keep_history' => 'Keep history?', 'categorize' => 'Store in a category', 'advanced' => 'Advanced', |
