diff options
Diffstat (limited to 'Mailman/Handlers/Hold.py')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 2 |
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 |
