aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-10-12 20:10:57 +0000
committerrvelices <rv-github@modusoptimus.com>2011-10-12 20:10:57 +0000
commit4fd9f2847c39589907b605c11f0c327f9b43ccd7 (patch)
tree3a6b6a99087316fd51ea1fe2c2e890a1bd76eec8 /admin
parent3b772ed793db80c6a37421cdfccde5f02327d3b1 (diff)
bug 2458 - fixed missing language key in batch manager
git-svn-id: http://piwigo.org/svn/trunk@12421 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index 080d7ea5f..41173eddc 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -474,7 +474,7 @@ jQuery(window).load(function() {
<li id="filter_category" {if !isset($filter.category)}style="display:none"{/if}>
<a href="#" class="removeFilter" title="remove this filter"><span>[x]</span></a>
<input type="checkbox" name="filter_category_use" class="useFilterCheckbox" {if isset($filter.category)}checked="checked"{/if}>
- {'album'|@translate}
+ {'Album'|@translate}
<select style="width:400px" name="filter_category" size="1">
{html_options options=$filter_category_options selected=$filter_category_options_selected}
</select>
@@ -505,7 +505,7 @@ jQuery(window).load(function() {
<option value="-1">{'Add a filter'|@translate}</option>
<option disabled="disabled">------------------</option>
<option value="filter_prefilter">{'predefined filter'|@translate}</option>
- <option value="filter_category">{'album'|@translate}</option>
+ <option value="filter_category">{'Album'|@translate}</option>
<option value="filter_tags">{'Tags'|@translate}</option>
<option value="filter_level">{'Who can see these photos?'|@translate}</option>
</select>