aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-05-24 22:17:24 +0000
committerplegall <plg@piwigo.org>2010-05-24 22:17:24 +0000
commit442005ff0ab493a8454b7540ad7711b5a3ee9187 (patch)
treeea71ae6b28c4e417fa782111a2948619727184b9
parent4cc3c656a73e00b4a86e554e8645dc9516ed019c (diff)
bug 1672: replace the language key where it's used.
git-svn-id: http://piwigo.org/svn/branches/2.1@6347 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/template/element_set_global.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/element_set_global.tpl b/admin/themes/default/template/element_set_global.tpl
index 857512c5b..3a5e738e0 100644
--- a/admin/themes/default/template/element_set_global.tpl
+++ b/admin/themes/default/template/element_set_global.tpl
@@ -85,7 +85,7 @@
{if isset($show_delete_form) }
<fieldset>
<legend>{'Deletions'|@translate}</legend>
- <p style="font-style:italic">{'Note: Only deletes photos added with pLoader'|@translate}</p>
+ <p style="font-style:italic">{'Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization.'|@translate}</p>
<p>
{'target'|@translate}
<label><input type="radio" name="target_deletion" value="all"> {'all'|@translate}</label>