aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric <eric@piwigo.org>2011-02-08 18:23:37 +0000
committerEric <eric@piwigo.org>2011-02-08 18:23:37 +0000
commit17786f7735cf59b8835cde9d861b19a56a07642c (patch)
treecf3e4ffb81266bacbe07f90441d63b71c2f0f919
parent7f5a641599c4b32a2054c1394f3e2521c3c64648 (diff)
bug 2185 : Back merged. "Remove from caddie" seems to be the right string...
git-svn-id: http://piwigo.org/svn/trunk@9124 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl2
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 a71afea5c..e63ffd5e5 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">{'Empty caddie'|@translate}</option>
+ <option value="remove_from_caddie">{'Remove from caddie'|@translate}</option>
{else}
<option value="add_to_caddie">{'add to caddie'|@translate}</option>
{/if}