summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 16:24:43 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 16:24:43 +0400
commit65f85248ce3afefd4646fe2bbff2d19d9c7e1fc3 (patch)
tree5f42097b76597956659491b62840c470180eaa77 /classes
parenta413f53ebff7d28033090dc343d1ed1d0993ae0b (diff)
pref-prefs: mention tt-rss forums as a plugin source
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/prefs.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 45bbba424..28a19f729 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -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\">";