From 8e668162faa77a19447c503c65a3b27b26026b8d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 21 Oct 2002 20:54:28 +0000 Subject: send_response(): We have to pass the language into the UserNotification! --- Mailman/Queue/CommandRunner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman/Queue') diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py index cfde2f245..6296b7aee 100644 --- a/Mailman/Queue/CommandRunner.py +++ b/Mailman/Queue/CommandRunner.py @@ -156,7 +156,8 @@ Attached is your original message. msg = Message.UserNotification( recip, self.mlist.GetBouncesEmail(), - _('The results of your email commands')) + _('The results of your email commands'), + lang=self.mlist.preferred_language) msg.set_type('multipart/mixed') msg.attach(results) orig = MIMEMessage(self.msg) -- cgit v1.2.3-70-g09d2