From e635d56a000032fcfb48e93aad58be367a3cfa8d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 20 Mar 2008 06:34:43 +0100 Subject: pref-feeds tweaks --- modules/pref-feeds.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 854ca0dc2..9b718ace6 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1073,7 +1073,7 @@ print "

" . __("Firefox Integration") . "

"; print "

" . __('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.'); - print "

" . __('Click here to register this site as a feed reader.') . "

"; @@ -1085,14 +1085,17 @@ set_pref($link, "_PREFS_PUBLISH_KEY", generate_publish_key()); } - print "

".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the address specified below.')."

"; + print "

".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.')."

"; $url_path = article_publish_url($link); - print "

$url_path

"; + print "

Link to published articles feed.

"; print "

"; + value=\"".__('Generate another link')."\">"; + /* print " "; */ + print "

"; } ?> -- cgit v1.2.3