From 347ea187eadcbea698e2f229c3cc779eaba6cad8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Jan 2016 18:25:07 +0100 Subject: [PATCH] Fix closing double quote --- root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message b/root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message index a645401..adac543 100644 --- a/root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message +++ b/root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message @@ -26,7 +26,7 @@ my $msg = MIME::Lite->new( Data => gettext("This is an automatic message in reply to your email with the following subject:") . "\n\n" . '%S' . "\n\n" . gettext("I'm sorry to inform you that the email address \$RECIPIENT is no longer valid.") . "\n" . $fwd . "\n\n\n\n" . - gettext("Please note that this is an automatic email. Do not respond, it won't be treated') + gettext("Please note that this is an automatic email. Do not respond, it won't be treated") ); $msg->scrub([ 'Date', 'X-Mailer' ]);