summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-13 18:49:41 +0300
committerAndrew Dolgov <[email protected]>2010-01-13 18:49:41 +0300
commitde0a6d930aba84b80b62f94a7f11e673712fab46 (patch)
tree51a79ab4fb9a47f5a1dcb22c5e4ad3254b652b29 /functions.js
parent5f798ab1e6a68b65386719e761c0f1d2a5fd311b (diff)
tweak auxDlg
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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 = "<a href='#' onclick='viewfeed("+id+")'>" +
- __("New articles available (Click to show)") + "</a>";
+ __("New articles available in this feed (click to show)") + "</a>";
msg = msg.replace("%s", getFeedName(id));