diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
commit | 489beffd6e849c5b88dc967c07e68a816e9578e2 (patch) | |
tree | dfd27cdff9174479c31952b032cfccd4dc2c85f1 /themes/default/template/search.tpl | |
parent | 9a5d818b04907d3dcfafdab489e646d17c8d738e (diff) |
language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/search.tpl')
-rw-r--r-- | themes/default/template/search.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index f56cb26a2..b2b83b2b7 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -51,7 +51,7 @@ <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} + <input type="radio" name="mode" value="OR">{'Search for any term'|@translate} </label></li> </ul> <label>{'Search for Author'|@translate} @@ -69,7 +69,7 @@ {/if} <fieldset> - <legend>{'Search by Date'|@translate}</legend> + <legend>{'Search by date'|@translate}</legend> <ul> <li><label>{'Kind of date'|@translate}</label></li> <li><label> @@ -120,8 +120,8 @@ </fieldset> <fieldset> - <legend>{'Search Options'|@translate}</legend> - <label>{'Search in albums'|@translate} + <legend>{'Search in albums'|@translate}</legend> + <label>{'Albums'|@translate} <select class="categoryList" name="cat[]" multiple="multiple" > {html_options options=$category_options selected=$category_options_selected} </select> |