aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/gen.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 01:46:59 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 01:46:59 +0100
commit990b51745f7965a2b109a0355d4d0e7c298f6d41 (patch)
tree73b9f889215ae4221ddbd606ce59d22dc2297779 /app/i18n/en/gen.php
parent0939de3a51f3c4dd8a22803985a514a2e51166c0 (diff)
parente3105f2135552701a4986873491a964b4e44c82e (diff)
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'app/i18n/en/gen.php')
-rw-r--r--app/i18n/en/gen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 3af7850b8..6fb33a4db 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -108,7 +108,7 @@ return array(
'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be cancelled!',
'feedback' => array(
- 'body_new_articles' => 'There are %d new articles to read on FreshRSS.',
+ 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',
'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
'title_new_articles' => 'FreshRSS: new articles!',
),