1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

more auxDlg tweaks

This commit is contained in:
Andrew Dolgov
2009-10-14 15:45:47 +04:00
parent b3932d1cc0
commit 7c057b1a2a
3 changed files with 5 additions and 4 deletions

View File

@@ -2207,7 +2207,8 @@ function hideAuxDlg() {
function displayNewContentPrompt(id) {
try {
var msg = __("New articles in &laquo;%s&raquo;. <a href='#' onclick='viewCurrentFeed()'>Click to view</a>.");
var msg = __("New articles in &laquo;%s&raquo;.") +
" <a href='#' onclick='viewfeed("+id+")'>" + __('Click to view') + "</a>.";
msg = msg.replace("%s", getFeedName(id));