]> git.wh0rd.org - tt-rss.git/commitdiff
tweak auxDlg
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 15:49:41 +0000 (18:49 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 15:49:41 +0000 (18:49 +0300)
functions.js
tt-rss.css

index 1b676a9ef245580150c1f66ab30063634c33481a..884256df99bf0638ae7f784542d5c9e705af19b7 100644 (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));
 
index f8204924fbae199578df41063305c4f73a2a2d3b..8ed4187624724f8d116b5159bebc637eab63599f 100644 (file)
@@ -2079,7 +2079,7 @@ div#auxDlg {
        background-color : #fff7d5;
        color : black;
        text-align : center;
-       font-size : 11px;
+       font-size : 13px;
 }
 
 div#auxDlg a {