diff options
author | Eric <eric@piwigo.org> | 2011-02-08 17:47:12 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2011-02-08 17:47:12 +0000 |
commit | 7f5a641599c4b32a2054c1394f3e2521c3c64648 (patch) | |
tree | 5d5cfdcf10da9a8fecd229f06c1366eb4f7b85cb /admin/themes | |
parent | 1895e2acd07786dbc79766c2442e31fd366de83e (diff) |
bug 2185 : Changing wrong translation flag to right one (faster than changing it in all localisation files ^^)
git-svn-id: http://piwigo.org/svn/trunk@9123 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index e63ffd5e5..a71afea5c 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -490,7 +490,7 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho <option value="level">{'Who can see these photos?'|@translate}</option> <option value="metadata">{'synchronize metadata'|@translate}</option> {if ($IN_CADDIE)} - <option value="remove_from_caddie">{'Remove from caddie'|@translate}</option> + <option value="remove_from_caddie">{'Empty caddie'|@translate}</option> {else} <option value="add_to_caddie">{'add to caddie'|@translate}</option> {/if} |