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
This commit is contained in:
Eric 2011-02-08 18:23:37 +00:00
commit 17786f7735

View file

@ -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}