]> git.wh0rd.org Git - tt-rss.git/commitdiff
add one more tooltip to subtoolbar
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Nov 2010 17:58:42 +0000 (20:58 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Nov 2010 17:58:42 +0000 (20:58 +0300)
functions.php

index 3c27f448bd7f34a6e25e846a2e18c5c434560083..bed8f23f10e63e747b08c983943a02ac641bef63 100644 (file)
                                if (!$bottom) {
                                        $target = "target=\"_blank\"";
                                }
-                               print "<a $target href=\"$feed_site_url\">".
+                               print "<a title=\"".__("Visit the website")."\"$target href=\"$feed_site_url\">".
                                        truncate_string($feed_title,30)."</a>";
                        } else {
                                if ($feed_id < -10) {