summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
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));