From: Andrew Dolgov Date: Thu, 17 Dec 2009 10:01:46 +0000 (+0300) Subject: tweak new articles available prompt X-Git-Tag: 1.4.0~178 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=85e5c67d73fac55e9bf2e1faaca1e7df07bde21f;p=tt-rss.git tweak new articles available prompt --- diff --git a/functions.js b/functions.js index f6ef03d9..78569c07 100644 --- a/functions.js +++ b/functions.js @@ -2212,8 +2212,9 @@ function hideAuxDlg() { function displayNewContentPrompt(id) { try { - var msg = __("New articles in «%s».") + - " " + __('Click to view') + "."; + + var msg = "" + + __("New articles available (Click to show)") + ""; msg = msg.replace("%s", getFeedName(id));