summaryrefslogtreecommitdiff
path: root/Mailman/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Commands')
-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