From 50b8b50355daed08fe6c409452c38b332482b220 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Sep 2012 17:40:38 +0400 Subject: sharepopup: add help text --- classes/handler/public.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'classes') 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."). + "
"; -- cgit v1.2.3