summaryrefslogtreecommitdiff
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
parent55ad22fa5574f65fdd70cea5e3b91398ee18b62a (diff)
rename dismiss article button
-rw-r--r--classes/feeds.php2
-rw-r--r--include/functions.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 1b2eb70ee..3626e9fbc 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -713,7 +713,7 @@ class Feeds extends Protected_Handler {
$reply['content'] .= "<img src=\"images/digest_checkbox.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"dismissArticle($id)\"
- alt='Dismiss' title='".__('Dismiss article')."'>";
+ title='".__('Close article')."'>";
$reply['content'] .= "</div>";
$reply['content'] .= "</div>";
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);