diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-17 20:27:46 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-17 20:27:46 +0000 |
commit | d125d527fa4c0384f3478419e6db985f767923d9 (patch) | |
tree | 02c8741506a84a315a398a2061226e4254545e32 /themes/default/template/mail/text/html | |
parent | 8ccd3a203d407f549cd8697a5fa66181e90d9871 (diff) |
feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys
git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/mail/text/html')
-rw-r--r-- | themes/default/template/mail/text/html/notification_by_mail.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/html/notification_by_mail.tpl b/themes/default/template/mail/text/html/notification_by_mail.tpl index 0c159dd6b..9989a32c0 100644 --- a/themes/default/template/mail/text/html/notification_by_mail.tpl +++ b/themes/default/template/mail/text/html/notification_by_mail.tpl @@ -15,10 +15,10 @@ <p>{'You have unsubscribed from receiving notifications by mail.'|@translate}</p> {/if} {if isset($content_new_elements_single)} -<p>{'New elements were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.</p> +<p>{'New photos were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.</p> {/if} {if isset($content_new_elements_between)} -<p>{'New elements were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.</p> +<p>{'New photos were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.</p> {/if} {if not empty($global_new_lines)} |