summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-27 16:41:49 +0400
committerAndrew Dolgov <[email protected]>2011-12-27 16:43:14 +0400
commitbbefea90a7f05fd02398fe2deb1e9c7d234b5b82 (patch)
treededc161022c94d0913cfd264bd199d402ea68807 /classes
parent5ee7470ddfee32195ff5394f6d92e4aa8d23f9c7 (diff)
implement import/export of labels using OPML
Diffstat (limited to 'classes')
-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 5937bfc8a..d2af97782 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 and Tiny Tiny RSS settings.") . " ";
+ print "<p>" . __("Using OPML you can export and import your feeds, labels and Tiny Tiny RSS settings.") . " ";
print "<span class=\"insensitive\">" . __("Note: Only main settings profile can be migrated using OPML.") . "</span>";