From 85e5c67d73fac55e9bf2e1faaca1e7df07bde21f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Dec 2009 13:01:46 +0300 Subject: [PATCH] tweak new articles available prompt --- functions.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)); -- 2.39.2