From: Andrew Dolgov Date: Tue, 27 Dec 2011 14:38:52 +0000 (+0400) Subject: mention filters import/export on prefs OPML page X-Git-Tag: 1.5.9~33 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b4a9e560aabfb26e8a55e742853785e074feb672;p=tt-rss.git mention filters import/export on prefs OPML page --- diff --git a/classes/pref_feeds.php b/classes/pref_feeds.php index d2af9778..ed3783d6 100644 --- a/classes/pref_feeds.php +++ b/classes/pref_feeds.php @@ -1400,7 +1400,7 @@ class Pref_Feeds extends Protected_Handler { print "
"; - print "

" . __("Using OPML you can export and import your feeds, labels and Tiny Tiny RSS settings.") . " "; + print "

" . __("Using OPML you can export and import your feeds, filters, labels and Tiny Tiny RSS settings.") . " "; print "" . __("Note: Only main settings profile can be migrated using OPML.") . "";