summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-02 13:54:41 +0400
committerAndrew Dolgov <[email protected]>2013-09-02 13:54:41 +0400
commit19ab809633a170dc012d39dbcc81b6a39c7ff055 (patch)
treef43ba19966b6baacb1bf4fd8a6a25b3612dd38f1 /classes
parentd3b0e3487ed13ebd58a1340d19875b5a24537e01 (diff)
add i18n to the search syntax link
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 394444345..5ee125f5f 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -1147,7 +1147,7 @@ class Feeds extends Handler_Protected {
if (!SPHINX_ENABLED) {
print "<div style=\"float : left\">
- <a class=\"visibleLink\" target=\"_blank\" href=\"http://tt-rss.org/wiki/SearchSyntax\">Search syntax</a>
+ <a class=\"visibleLink\" target=\"_blank\" href=\"http://tt-rss.org/wiki/SearchSyntax\">".__("Search syntax")."</a>
</div>";
}