diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-08-09 20:12:12 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-08-09 20:12:12 +0000 |
commit | 07d38d71bc54ee600d9d4ce8703432ce82000281 (patch) | |
tree | 533c36bd1966f71f31159a5f80217327a1475cee /admin/themes/default/template/batch_manager_global.tpl | |
parent | bffbb8811b8b0414f0e222c9023b7bb391e49ad9 (diff) |
removed some unused language keys and fix lower/uppercase discrepancies
git-svn-id: http://piwigo.org/svn/trunk@17509 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 4 |
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 cce55082a..d314f0c46 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -112,8 +112,8 @@ var selectedMessage_all = "{'All %d photos are selected'|@translate}"; var width_str = '{'Width'|@translate}'; var height_str = '{'Height'|@translate}'; -var max_width_str = '{'Maximum Width'|@translate}'; -var max_height_str = '{'Maximum Height'|@translate}'; +var max_width_str = '{'Maximum width'|@translate}'; +var max_height_str = '{'Maximum height'|@translate}'; {literal} function str_repeat(i, m) { for (var o = []; m > 0; o[--m] = i); |