From: Andrew Dolgov Date: Wed, 21 Dec 2011 06:59:04 +0000 (+0400) Subject: rename dismiss article button X-Git-Tag: 1.5.8.1~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=638e27c8d469a02ceeb550de5dd1f23b8ce99284;p=tt-rss.git rename dismiss article button --- diff --git a/classes/feeds.php b/classes/feeds.php index 1b2eb70e..3626e9fb 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 90acc103..679e0b21 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);