From 7c057b1a2a824410cd1c6886b74c337c2524fad7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Oct 2009 15:45:47 +0400 Subject: more auxDlg tweaks --- functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 496f760ca..db2b4a887 100644 --- a/functions.js +++ b/functions.js @@ -2207,7 +2207,8 @@ function hideAuxDlg() { function displayNewContentPrompt(id) { try { - var msg = __("New articles in «%s». Click to view."); + var msg = __("New articles in «%s».") + + " " + __('Click to view') + "."; msg = msg.replace("%s", getFeedName(id)); -- cgit v1.2.3-54-g00ecf