summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-02-25 05:22:00 +0000
committermailman1998-02-25 05:22:00 +0000
commit563d1a40520c2c214535d08a164a7b20954c806d (patch)
tree5870f446ad3f9645b882ad98c07dcd1556a15bfa
parentdfcac77800857fe8cdf88e70bc868c4b81c5e8f8 (diff)
downloadmailman-563d1a40520c2c214535d08a164a7b20954c806d.tar.gz
mailman-563d1a40520c2c214535d08a164a7b20954c806d.tar.zst
mailman-563d1a40520c2c214535d08a164a7b20954c806d.zip
Make the archive_volume_frequency description a bit less opaque...
-rw-r--r--Mailman/Archiver.py2
-rw-r--r--modules/mm_archive.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Archiver.py b/Mailman/Archiver.py
index 099d44f00..f009221d7 100644
--- a/Mailman/Archiver.py
+++ b/Mailman/Archiver.py
@@ -25,7 +25,7 @@ class Archiver:
('archive_volume_frequency', mm_cfg.Radio, ('Yearly', 'Monthly'),
0,
- 'How often should the archive volume go up?'),
+ 'How often should a new archive volume be started?'),
('clobber_date', mm_cfg.Radio, ('When sent', 'When resent'), 0,
'Set date in archive to when the mail is claimed to have been '
diff --git a/modules/mm_archive.py b/modules/mm_archive.py
index 099d44f00..f009221d7 100644
--- a/modules/mm_archive.py
+++ b/modules/mm_archive.py
@@ -25,7 +25,7 @@ class Archiver:
('archive_volume_frequency', mm_cfg.Radio, ('Yearly', 'Monthly'),
0,
- 'How often should the archive volume go up?'),
+ 'How often should a new archive volume be started?'),
('clobber_date', mm_cfg.Radio, ('When sent', 'When resent'), 0,
'Set date in archive to when the mail is claimed to have been '