]> git.wh0rd.org - tt-rss.git/commitdiff
pref-prefs: mention tt-rss forums as a plugin source
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 27 Mar 2013 12:24:43 +0000 (16:24 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 27 Mar 2013 12:24:43 +0000 (16:24 +0400)
classes/pref/prefs.php

index 45bbba424b6776e3cfd3af9ab40bda76fa3b9951..28a19f72999e7194b825fedf8b325307bef18b49 100644 (file)
@@ -629,7 +629,9 @@ class Pref_Prefs extends Handler_Protected {
 
                print "<h2>".__("Plugins")."</h2>";
 
-               print_notice(__("You will need to reload Tiny Tiny RSS for plugin changes to take effect."));
+               print_notice(__("Download more plugins at <a class=\"visibleLink\" target=\"_blank\" href=\"http://tt-rss.org/forum/viewforum.php?f=22\">Tiny Tiny RSS forums</a>."));
+
+               print "<p class='insensitive'>" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "</p>";
 
                print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";