From 11334fdf6cfa72ff78abb4434a8dcdee99c119a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 May 2013 12:36:25 +0400 Subject: make appearance of some preference panes more similar --- classes/pref/prefs.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index fb6795957..425d4b0ac 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -366,7 +366,7 @@ class Pref_Prefs extends Handler_Protected { } else if (function_exists("imagecreatefromstring")) { - print "

".__("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.") . "

"; + print_warning(__("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.")); print "

".__("Scan the following code by the Authenticator application:")."

"; @@ -705,8 +705,6 @@ class Pref_Prefs extends Handler_Protected { print "
"; - print "

".__("Plugins")."

"; - 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.")); -- cgit v1.2.3