diff options
| author | bwarsaw | 2002-08-17 00:29:23 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-17 00:29:23 +0000 |
| commit | c57d351f67e99d15f564c78de29f8c3be174ff32 (patch) | |
| tree | 0f829006930be9558ec63471911821b429e984ef | |
| parent | cde38c8145cc519e74b7b3e4ee239b59a87798f2 (diff) | |
| download | mailman-c57d351f67e99d15f564c78de29f8c3be174ff32.tar.gz mailman-c57d351f67e99d15f564c78de29f8c3be174ff32.tar.zst mailman-c57d351f67e99d15f564c78de29f8c3be174ff32.zip | |
| -rw-r--r-- | Mailman/Commands/cmd_set.py | 6 |
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 |
