add i18n to the search syntax link
This commit is contained in:
parent
d3b0e3487e
commit
19ab809633
|
@ -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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue