From: Andrew Dolgov Date: Wed, 13 Jan 2010 15:49:41 +0000 (+0300) Subject: tweak auxDlg X-Git-Tag: 1.4.0~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=de0a6d930aba84b80b62f94a7f11e673712fab46;p=tt-rss.git tweak auxDlg --- diff --git a/functions.js b/functions.js index 1b676a9e..884256df 100644 --- a/functions.js +++ b/functions.js @@ -2162,7 +2162,7 @@ function displayNewContentPrompt(id) { try { var msg = "" + - __("New articles available (Click to show)") + ""; + __("New articles available in this feed (click to show)") + ""; msg = msg.replace("%s", getFeedName(id)); diff --git a/tt-rss.css b/tt-rss.css index f8204924..8ed41876 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2079,7 +2079,7 @@ div#auxDlg { background-color : #fff7d5; color : black; text-align : center; - font-size : 11px; + font-size : 13px; } div#auxDlg a {