1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

tweak auxDlg

This commit is contained in:
Andrew Dolgov 2010-01-13 18:49:41 +03:00
parent 5f798ab1e6
commit de0a6d930a
2 changed files with 2 additions and 2 deletions

View File

@ -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));

View File

@ -2079,7 +2079,7 @@ div#auxDlg {
background-color : #fff7d5;
color : black;
text-align : center;
font-size : 11px;
font-size : 13px;
}
div#auxDlg a {