diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 390e5f0aa..133d5be1f 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -45,7 +45,7 @@ </label> <ul> <li><label> - <input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms '|@translate} + <input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms'|@translate} </label></li> <li><label> <input type="radio" name="mode" value="OR">{'Search for any terms'|@translate} |