summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-17 13:01:46 +0300
committerAndrew Dolgov <[email protected]>2009-12-17 13:01:46 +0300
commit85e5c67d73fac55e9bf2e1faaca1e7df07bde21f (patch)
tree4d1d18013f7ea4785e8868dab4157fa0b47e37d4 /functions.js
parentba8cd9a76f39c7e1e6c9090fca299e5be931a607 (diff)
tweak new articles available prompt
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js5
1 files changed, 3 insertions, 2 deletions
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 &laquo;%s&raquo;.") +
- " <a href='#' onclick='viewfeed("+id+")'>" + __('Click to view') + "</a>.";
+
+ var msg = "<a href='#' onclick='viewfeed("+id+")'>" +
+ __("New articles available (Click to show)") + "</a>";
msg = msg.replace("%s", getFeedName(id));