tweak new articles available prompt

This commit is contained in:
Andrew Dolgov 2009-12-17 13:01:46 +03:00
parent ba8cd9a76f
commit 85e5c67d73
1 changed files with 3 additions and 2 deletions

View File

@ -2212,8 +2212,9 @@ function hideAuxDlg() {
function displayNewContentPrompt(id) {
try {
var msg = __("New articles in «%s».") +
" <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));