]> git.wh0rd.org - tt-rss.git/commitdiff
sharepopup: add help text
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 9 Sep 2012 13:40:38 +0000 (17:40 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 9 Sep 2012 13:40:38 +0000 (17:40 +0400)
classes/handler/public.php
utility.css

index cd46fa033df0f7fef269c6379770a193cce7009d..5dce6bc6b0bcc54b466c68cbbac1b8517d34197b 100644 (file)
@@ -325,7 +325,7 @@ class Handler_Public extends Handler {
                        if (!$action) {
 
                                print "<table height='100%' width='100%'><tr><td colspan='2'>";
-                               print "<h1>Publish with Tiny Tiny RSS</h1>";
+                               print "<h1>".__("Share with Tiny Tiny RSS")."</h1>";
                                print "</td></tr>";
 
                                print "<form id='share_form' name='share_form'>";
@@ -345,8 +345,10 @@ class Handler_Public extends Handler {
                                print "</script>";
 
                                print "<tr><td colspan='2'>
-                                       <button type=\"submit\">".
-                                               __('Publish')."</button>
+                                       <div style='float : right' class='insensitive-small'>".
+                                       __("Shared article will appear in the Published feed.").
+                                       "</div><button type=\"submit\">".
+                                               __('Share')."</button>
                                        <button onclick=\"return window.close()\">".
                                                __('Cancel')."</button>
                                        </div>";
index c4fd63fca4df528d144ae724234edb82b5bf05f6..bce87edd4c4a299a0771aff44bda6959af8d9f23 100644 (file)
@@ -17,6 +17,11 @@ p.insensitive {
        color : gray;
 }
 
+div.insensitive-small {
+       color : gray;
+       font-size : 10px;
+}
+
 .floatingLogo {
        float : right;
 }