diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index f003ba027..cf27a72df 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -697,9 +697,7 @@ class Pref_Prefs extends Handler_Protected { print "
"; - 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_notice(__("You will need to reload Tiny Tiny RSS for plugin changes to take effect.")); if (ini_get("open_basedir") && function_exists("curl_init") && !defined("NO_CURL")) { print_warning("Your PHP configuration has open_basedir restrictions enabled. Some plugins relying on CURL for functionality may not work correctly."); @@ -729,7 +727,9 @@ class Pref_Prefs extends Handler_Protected { print ""; - print ""; + print ""; print "

".__("System plugins")."

".__("System plugins")."

". + format_notice(__("System plugins are enabled in config.php for all users.")). + "