1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 14:31:28 +00:00

add one more tooltip to subtoolbar

This commit is contained in:
Andrew Dolgov
2010-11-04 20:58:42 +03:00
parent 5d128c9589
commit 9fdeb07e6c

View File

@@ -4195,7 +4195,7 @@
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) {