From de0a6d930aba84b80b62f94a7f11e673712fab46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2010 18:49:41 +0300 Subject: [PATCH] tweak auxDlg --- functions.js | 2 +- tt-rss.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.js b/functions.js index 1b676a9ef..884256df9 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 f8204924f..8ed418762 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 {