From 33e90774a0dfeb3d10dbdcbea2b926f13a9d827e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 12 Dec 2002 03:14:04 +0000 Subject: heldmsg_prompt(): Translate the reason for the hold. --- Mailman/Cgi/confirm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Cgi/confirm.py b/Mailman/Cgi/confirm.py index b1583dc11..4339d708b 100644 --- a/Mailman/Cgi/confirm.py +++ b/Mailman/Cgi/confirm.py @@ -648,7 +648,7 @@ def heldmsg_prompt(mlist, doc, cookie, id): doc.set_language(lang) subject = Utils.websafe(msgsubject) - reason = Utils.websafe(givenreason) + reason = Utils.websafe(_(givenreason)) listname = mlist.real_name table.AddRow([_('''Your confirmation is required in order to cancel the posting of your message to the mailing list %(listname)s: -- cgit v1.3.1