diff --git a/classes/handler/public.php b/classes/handler/public.php index cd46fa033..5dce6bc6b 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -325,7 +325,7 @@ class Handler_Public extends Handler { if (!$action) { print ""; print ""; @@ -345,8 +345,10 @@ class Handler_Public extends Handler { print ""; print "
"; - print "

Publish with Tiny Tiny RSS

"; + print "

".__("Share with Tiny Tiny RSS")."

"; print "
- +
". + __("Shared article will appear in the Published feed."). + "
"; diff --git a/utility.css b/utility.css index c4fd63fca..bce87edd4 100644 --- a/utility.css +++ b/utility.css @@ -17,6 +17,11 @@ p.insensitive { color : gray; } +div.insensitive-small { + color : gray; + font-size : 10px; +} + .floatingLogo { float : right; }