summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Queue/CommandRunner.py3
1 files changed, 2 insertions, 1 deletions
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)