summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-27 18:38:52 +0400
committerAndrew Dolgov <[email protected]>2011-12-27 18:38:52 +0400
commitb4a9e560aabfb26e8a55e742853785e074feb672 (patch)
tree3ef7da8872be586bc3626aef54795584dee77c42
parent34aa9e20c7ff7d80094bef88b16299cd277a5c07 (diff)
mention filters import/export on prefs OPML page
-rw-r--r--classes/pref_feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref_feeds.php b/classes/pref_feeds.php
index d2af97782..ed3783d67 100644
--- a/classes/pref_feeds.php
+++ b/classes/pref_feeds.php
@@ -1400,7 +1400,7 @@ class Pref_Feeds extends Protected_Handler {
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('OPML')."\">";
- print "<p>" . __("Using OPML you can export and import your feeds, labels and Tiny Tiny RSS settings.") . " ";
+ print "<p>" . __("Using OPML you can export and import your feeds, filters, labels and Tiny Tiny RSS settings.") . " ";
print "<span class=\"insensitive\">" . __("Note: Only main settings profile can be migrated using OPML.") . "</span>";