diff options
| author | 2014-09-19 16:45:16 +0200 | |
|---|---|---|
| committer | 2014-09-19 16:45:16 +0200 | |
| commit | 55843ff7a59f058e54046a3c2f85e2b476522c9d (patch) | |
| tree | 896743d86f92394ba5e43d6e011fab24675a12e0 /app/i18n/en.php | |
| parent | 718a4cdb108126421e927f440077ee46308a8184 (diff) | |
Few fixes about statistics
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index e84787508..b9588c8b8 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -215,7 +215,7 @@ return array ( 'website_url' => 'Website URL', 'feed_url' => 'Feed URL', 'articles' => 'articles', - 'number_articles' => 'Number of articles', + 'number_articles' => '%d articles', 'by_feed' => 'by feed', 'by_default' => 'By default', 'keep_history' => 'Minimum number of articles to keep', |
