diff --git a/r2/r2/templates/searchform.html b/r2/r2/templates/searchform.html index f9a565c20..e7c3b8fac 100644 --- a/r2/r2/templates/searchform.html +++ b/r2/r2/templates/searchform.html @@ -27,26 +27,26 @@ <%def name="search_faq()">
-

use the following search parameters to narrow your results:

+

${_('use the following search parameters to narrow your results:')}

-
reddit:{name}
+
reddit:'{name}'
${_('find things posted in {name} only')}
-
author:{username}
+
author:'{username}'
${_('return things submitted by {username} only')}
-
site:{domain}
+
site:'{domain}'
${_('get links to pages on {domain} only')}
-
url:{text}
+
url:'{text}'
${_('search for {text} in url')}
-
selftext:{text}
+
selftext:'{text}'
${_('search for {text} in self post contents')}
-
is_self:{yes|no}
-
${_('include or exclude self posts')}
-
over18:{yes|no}
-
${_('include or exclude results from nsfw reddits')}
+
is_self:{1|0}
+
${_('include (1) or exclude (0) self posts')}
+
over18:{1|0}
+
${_('include (1) or exclude (0) results tagged NSFW')}
-

e.g. reddit:pics site:imgur.com dog

+

e.g. (and 'dog' reddit:'aww' site:'imgur.com')

${_('see the search faq for details.')}