From 6deafe90dbe26c9d5d47c2776a11564acc9a6f5c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 22:03:52 +0400 Subject: modify notify/warn/error boxes css --- classes/pref/prefs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index a5d7300d2..3226ccde9 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -629,9 +629,9 @@ class Pref_Prefs extends Handler_Protected { print "

".__("Plugins")."

"; - print_notice(__("Download more plugins at tt-rss.org forums or wiki.")); + print "

" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "

"; - print "

" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "

"; + print_notice(__("Download more plugins at tt-rss.org forums or wiki.")); print "
"; -- cgit v1.2.3