From 50b8b50355daed08fe6c409452c38b332482b220 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Sep 2012 17:40:38 +0400 Subject: [PATCH] sharepopup: add help text --- classes/handler/public.php | 8 +++++--- utility.css | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/classes/handler/public.php b/classes/handler/public.php index cd46fa03..5dce6bc6 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 c4fd63fc..bce87edd 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; } -- 2.39.5