diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
commit | c206a73dd21bd16e8666396455b42936a6551992 (patch) | |
tree | 678fb9b59dde4c7a1623d538044f91123d4fa2c5 /themes/default/template/search.tpl | |
parent | c4bb9c71dd3ca0cb3366623896d867903ce0c531 (diff) |
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/search.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 133d5be1f..5ad8dee96 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -118,13 +118,13 @@ <fieldset> <legend>{'Search Options'|@translate}</legend> - <label>{'Search in Categories'|@translate} + <label>{'Search in albums'|@translate} <select class="categoryList" name="cat[]" multiple="multiple" > {html_options options=$category_options selected=$category_options_selected} </select> </label> <ul> - <li><label>{'Search in subcategories'|@translate}</label></li> + <li><label>{'Search in sub-albums'|@translate}</label></li> <li><label> <input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate} </label></li> |