diff --git a/functions.js b/functions.js index f6ef03d96..78569c074 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));