summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 11:57:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 11:57:52 +0300
commit9c5b98adaa25969d9ebcdb2a0ab98e7f60546371 (patch)
tree3c2f8aec27d439b6d05e3bbcaba059cab6cfa7d2 /functions.php
parent23d72f39996342b070c34dc4990cd79929305cfd (diff)
update op=rss tooltip
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 171173e58..75d5bc06a 100644
--- a/functions.php
+++ b/functions.php
@@ -4223,7 +4223,7 @@
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>";