From 638e27c8d469a02ceeb550de5dd1f23b8ce99284 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Dec 2011 10:59:04 +0400 Subject: rename dismiss article button --- classes/feeds.php | 2 +- include/functions.php | 2 +- 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'] .= "Dismiss"; + title='".__('Close article')."'>"; $reply['content'] .= ""; $reply['content'] .= ""; 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'] .= "Zoom"; + title='".__('Close article')."'>"; } else { $tags_str = strip_tags($tags_str); -- cgit v1.2.3