]> git.wh0rd.org - tt-rss.git/commitdiff
update op=rss tooltip
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Nov 2010 08:57:52 +0000 (11:57 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Nov 2010 08:57:52 +0000 (11:57 +0300)
functions.php

index 171173e5875b6773ed90756bc7a446d51e837ff8..75d5bc06aa55d294d3873fe345f5637ea295415d 100644 (file)
 
                        print "
                                <a target=\"_blank\"
-                                       title=\"".__("RSS feed for this buffer")."\"
+                                       title=\"".__("View as RSS feed")."\"
                                        href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat&view-mode=$view_mode$search_q\">
                                        <img class=\"noborder\" src=\"images/feed-icon-12x12.png\"></a>";