From 8b816a18f45bb698c5a84eaca50f4de1dcb903c1 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Mar 2010 21:18:38 +0000 Subject: bug fixed: the language keys used end with a whitespace, but it was removed in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/mail/text/html/notification_by_mail.tpl | 2 +- themes/default/template/mail/text/plain/notification_by_mail.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/template/mail/text') 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 7a749fe8b..a5639417a 100644 --- a/themes/default/template/mail/text/html/notification_by_mail.tpl +++ b/themes/default/template/mail/text/html/notification_by_mail.tpl @@ -42,7 +42,7 @@

{'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK}
{'To subscribe '|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK}
-{'If you encounter problems or have any question, please send a message to '|@translate}{$CONTACT_EMAIL}
+{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL}


{if not empty($recent_posts)} diff --git a/themes/default/template/mail/text/plain/notification_by_mail.tpl b/themes/default/template/mail/text/plain/notification_by_mail.tpl index be527da64..4c396ccf2 100644 --- a/themes/default/template/mail/text/plain/notification_by_mail.tpl +++ b/themes/default/template/mail/text/plain/notification_by_mail.tpl @@ -37,5 +37,5 @@ ______________________________________________________________________________ {'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK} {'To subscribe'|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK} -{'If you encounter problems or have any question, please send a message to '|@translate}{$CONTACT_EMAIL} +{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL} ______________________________________________________________________________ -- cgit v1.2.3