From bf2f7176ee639ab42e929e7331939da5258165c5 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 18 Jan 2015 12:06:40 +0100 Subject: Improve i18n for JavaScript notif_* messages have been moved into feedback array. --- app/i18n/en/gen.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/i18n/en/gen.php') diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 539feaf40..4e9e2e7d6 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -96,11 +96,11 @@ 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( - 'request_failed' => 'A problem happened and the request failed.' + 'body_new_articles' => 'There are \\d new articles to read on FreshRSS.', + 'request_failed' => 'A problem happened and the request failed.', + 'title_new_articles' => 'FreshRSS: new articles!', ), 'new_article' => 'There are new available articles, click to refresh the page.', - 'notif_body_new_articles' => 'There are \\d new articles to read on FreshRSS.', - 'notif_title_new_articles' => 'FreshRSS: new articles!', 'should_be_activated' => 'JavaScript must be enabled', ), 'lang' => array( -- cgit v1.2.3