pref-prefs: mention tt-rss forums as a plugin source

This commit is contained in:
Andrew Dolgov 2013-03-27 16:24:43 +04:00
parent a413f53ebf
commit 65f85248ce
1 changed files with 3 additions and 1 deletions

View 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\">";