summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Hold.py
diff options
context:
space:
mode:
authorbwarsaw2001-02-28 17:22:34 +0000
committerbwarsaw2001-02-28 17:22:34 +0000
commit2885db8638f285e702b160ff6e94e1d7d421d73c (patch)
treec60ff2ef53efb1c213b2c1eb5dc6a8bfb3ca94a6 /Mailman/Handlers/Hold.py
parent1dd93239c9dafbecb2359aba8289d3ce185826f8 (diff)
downloadmailman-2885db8638f285e702b160ff6e94e1d7d421d73c.tar.gz
mailman-2885db8638f285e702b160ff6e94e1d7d421d73c.tar.zst
mailman-2885db8638f285e702b160ff6e94e1d7d421d73c.zip
Diffstat (limited to 'Mailman/Handlers/Hold.py')
-rw-r--r--Mailman/Handlers/Hold.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py
index 6e64f98a0..f86036048 100644
--- a/Mailman/Handlers/Hold.py
+++ b/Mailman/Handlers/Hold.py
@@ -252,7 +252,7 @@ def hold_for_approval(mlist, msg, msgdata, exc):
subject = _('Your message to %(listname)s awaits moderator approval')
d['reason'] = str(exc)
d['subject'] = usersubject
- text = Utils.maketext('postheld.txt', d, pluser)
+ text = Utils.maketext('postheld.txt', d, lang=pluser)
msg = Message.UserNotification(sender, adminaddr, subject, text)
msg.send(mlist)
# Log the held message