add i18n to the search syntax link

This commit is contained in:
Andrew Dolgov 2013-09-02 13:54:41 +04:00
parent d3b0e3487e
commit 19ab809633
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ class Feeds extends Handler_Protected {
if (!SPHINX_ENABLED) { if (!SPHINX_ENABLED) {
print "<div style=\"float : left\"> 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>"; </div>";
} }