summaryrefslogtreecommitdiff
path: root/Mailman/Commands/cmd_set.py
diff options
context:
space:
mode:
authorbwarsaw2002-08-17 00:29:23 +0000
committerbwarsaw2002-08-17 00:29:23 +0000
commitc57d351f67e99d15f564c78de29f8c3be174ff32 (patch)
tree0f829006930be9558ec63471911821b429e984ef /Mailman/Commands/cmd_set.py
parentcde38c8145cc519e74b7b3e4ee239b59a87798f2 (diff)
downloadmailman-c57d351f67e99d15f564c78de29f8c3be174ff32.tar.gz
mailman-c57d351f67e99d15f564c78de29f8c3be174ff32.tar.zst
mailman-c57d351f67e99d15f564c78de29f8c3be174ff32.zip
Diffstat (limited to 'Mailman/Commands/cmd_set.py')
-rw-r--r--Mailman/Commands/cmd_set.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Commands/cmd_set.py b/Mailman/Commands/cmd_set.py
index 48e78cc07..c3eaa9a64 100644
--- a/Mailman/Commands/cmd_set.py
+++ b/Mailman/Commands/cmd_set.py
@@ -157,11 +157,11 @@ class SetCommands:
if digestsp:
plainp = mlist.getMemberOption(address, mm_cfg.DisableMime)
if plainp:
- res.results.append(' digest plain')
+ res.results.append(_(' digest plain'))
else:
- res.results.append(' digest mime')
+ res.results.append(_(' digest mime'))
else:
- res.results.append(' digest off')
+ res.results.append(_(' digest off'))
# If their membership is disabled, let them know why
status = mlist.getDeliveryStatus(address)
how = None