From de0a6d930aba84b80b62f94a7f11e673712fab46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2010 18:49:41 +0300 Subject: tweak auxDlg --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 1b676a9ef..884256df9 100644 --- a/functions.js +++ b/functions.js @@ -2162,7 +2162,7 @@ function displayNewContentPrompt(id) { try { var msg = "" + - __("New articles available (Click to show)") + ""; + __("New articles available in this feed (click to show)") + ""; msg = msg.replace("%s", getFeedName(id)); -- cgit v1.2.3-54-g00ecf