diff options
author | plegall <plg@piwigo.org> | 2010-05-24 22:19:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-24 22:19:41 +0000 |
commit | cd219bc68521d76c14aa6912012735a9f0718f35 (patch) | |
tree | fa090c20905e138cb9765edbf2a8aa0ab14cef6c /admin/themes/default/template/element_set_global.tpl | |
parent | 5a3e0a6fdda41f801c925c9205799a0c5a2739fb (diff) |
merge r6347 from branch 2.1 to trunk
bug 1672: replace the language key where it's used.
git-svn-id: http://piwigo.org/svn/trunk@6348 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/element_set_global.tpl')
-rw-r--r-- | admin/themes/default/template/element_set_global.tpl | 2 |
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> |