summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-21 10:59:04 +0400
committerAndrew Dolgov <[email protected]>2011-12-21 10:59:04 +0400
commit638e27c8d469a02ceeb550de5dd1f23b8ce99284 (patch)
treee3be4552b5bc686c86906420b72bf1c786719246 /include
parent55ad22fa5574f65fdd70cea5e3b91398ee18b62a (diff)
rename dismiss article button
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 90acc103a..679e0b215 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3291,7 +3291,7 @@
$rv['content'] .= "<img src=\"".theme_image($link, 'images/digest_checkbox.png')."\"
class='tagsPic' style=\"cursor : pointer\"
onclick=\"closeArticlePanel($id)\"
- alt='Zoom' title='".__('Close this panel')."'>";
+ title='".__('Close article')."'>";
} else {
$tags_str = strip_tags($tags_str);