1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 15:19:15 +00:00

implement import/export of labels using OPML

This commit is contained in:
Andrew Dolgov
2011-12-27 16:41:49 +04:00
parent 5ee7470ddf
commit bbefea90a7
3 changed files with 45 additions and 22 deletions

View 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 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>";