]> git.wh0rd.org - tt-rss.git/commitdiff
mention filters import/export on prefs OPML page
authorAndrew Dolgov <fox@fakecake.org>
Tue, 27 Dec 2011 14:38:52 +0000 (18:38 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Tue, 27 Dec 2011 14:38:52 +0000 (18:38 +0400)
classes/pref_feeds.php

index d2af977826069a2471224b181e50347bf3766d33..ed3783d678951d078769d50a92e9b6a40bde831c 100644 (file)
@@ -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>";