From: Andrew Dolgov Date: Tue, 29 Jun 2010 10:35:13 +0000 (+0400) Subject: add help text to OPML export prompt X-Git-Tag: 1.4.3-proper~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=00a35bb6636b2aaad54e49f6c5c289ff751683fb;p=tt-rss.git add help text to OPML export prompt --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index f79e1c3b..74232a67 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1456,6 +1456,10 @@ print " "; */ + print "

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

"; + print "";