summaryrefslogtreecommitdiff
path: root/Mailman/Digester.py
diff options
context:
space:
mode:
authormailman1998-02-27 22:00:16 +0000
committermailman1998-02-27 22:00:16 +0000
commit79b3b8088e10d2c671a679883d03966b63da69ad (patch)
tree387823b71445bfc6a432a77d8e60b2f9b12a4d84 /Mailman/Digester.py
parentb17c7ece8124bc1bdbbec9b572aa70fabab5de0e (diff)
downloadmailman-79b3b8088e10d2c671a679883d03966b63da69ad.tar.gz
mailman-79b3b8088e10d2c671a679883d03966b63da69ad.tar.zst
mailman-79b3b8088e10d2c671a679883d03966b63da69ad.zip
Diffstat (limited to 'Mailman/Digester.py')
-rw-r--r--Mailman/Digester.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index 47f0ae0c9..9ce572970 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -19,8 +19,8 @@ class Digester:
return [
('digestable', mm_cfg.Toggle, ('No', 'Yes'), 1,
- 'Can members choose to receive digests instead of '
- 'individual pieces of mail?'),
+ 'Can list members choose to receive list traffic '
+ 'bunched in digests?'),
('digest_size_threshhold', mm_cfg.Number, 3, 0,
'How big in Kb should a digest be before it gets sent out?'),
@@ -33,8 +33,7 @@ class Digester:
('digest_is_default', mm_cfg.Radio,
('Regular mail', 'Digests'), 0,
- 'If one doesn\'t specify a preference, '
- '(s)he gets what by default?')
+ 'Which mode is the default?')
]