summaryrefslogtreecommitdiff
path: root/Mailman/Commands
diff options
context:
space:
mode:
authorbwarsaw2002-08-15 16:44:12 +0000
committerbwarsaw2002-08-15 16:44:12 +0000
commita6da7badfd5a96dafa446e3934c5625c209e357a (patch)
tree1490b4456eb122f308d43c1e0866e51eb5bca810 /Mailman/Commands
parenta5ec8d11a8f8412b038057fe928cb479ac04e8b3 (diff)
downloadmailman-a6da7badfd5a96dafa446e3934c5625c209e357a.tar.gz
mailman-a6da7badfd5a96dafa446e3934c5625c209e357a.tar.zst
mailman-a6da7badfd5a96dafa446e3934c5625c209e357a.zip
Diffstat (limited to 'Mailman/Commands')
-rw-r--r--Mailman/Commands/cmd_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py
index 295354f74..e2d865e83 100644
--- a/Mailman/Commands/cmd_help.py
+++ b/Mailman/Commands/cmd_help.py
@@ -86,7 +86,7 @@ def process(res, args):
'requestaddr' : mlist.GetRequestEmail(),
'adminaddr' : mlist.GetOwnerEmail(),
'commands' : commands,
- }, mlist=mlist, raw=1)
+ }, mlist=mlist, lang=res.msgdata['lang'], raw=1)
# Now add to the response
res.results.append('help')
res.results.append(helptext)