summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-06-29 14:35:13 +0400
committerAndrew Dolgov <[email protected]>2010-06-29 14:35:13 +0400
commit00a35bb6636b2aaad54e49f6c5c289ff751683fb (patch)
tree537a000cc54a5d386a6c1c07e94ed07f2de7aec7
parent6697481587bb0d7854b04ab7063372d44e48163e (diff)
add help text to OPML export prompt
-rw-r--r--modules/pref-feeds.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index f79e1c3bc..74232a670 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1456,6 +1456,10 @@
print "&nbsp;"; */
+ print "<p>" . __("Using OPML you can export and import your feeds and Tiny Tiny RSS settings.");
+
+ print "</p>";
+
print "<iframe name=\"upload_iframe\"
style=\"width: 400px; height: 100px; display: none;\"></iframe>";