summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 20:58:42 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 20:58:42 +0300
commit9fdeb07e6c69d858a0cbcbf4f8cd101eb22a9004 (patch)
tree5802d0bd2e7496c1ea6937065cfa33d906b38f44 /functions.php
parent5d128c9589f1a1844d02a8f8204aeae65d6dc463 (diff)
add one more tooltip to subtoolbar
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 3c27f448b..bed8f23f1 100644
--- a/functions.php
+++ b/functions.php
@@ -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) {