diff options
| author | mailman | 1998-05-26 03:03:40 +0000 |
|---|---|---|
| committer | mailman | 1998-05-26 03:03:40 +0000 |
| commit | c458e56d947d21b5ad74ebaae2b4fc35da7b5862 (patch) | |
| tree | 755f15838ab09796d0d23b162177f2a176621961 /modules/maillist.py | |
| parent | 3851b48963f6285c5482cbec3bb8527747d76531 (diff) | |
| download | mailman-c458e56d947d21b5ad74ebaae2b4fc35da7b5862.tar.gz mailman-c458e56d947d21b5ad74ebaae2b4fc35da7b5862.tar.zst mailman-c458e56d947d21b5ad74ebaae2b4fc35da7b5862.zip | |
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/maillist.py b/modules/maillist.py index 6f53884d0..9a65fe0b9 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -17,7 +17,7 @@ "The class representing a mailman maillist. Mixes in many feature classes." -__version__ = "$Revision: 542 $" +__version__ = "$Revision: 543 $" try: import mm_cfg @@ -261,13 +261,13 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " discussion of this issue."), ('reminders_to_admins', mm_cfg.Radio, ('No', 'Yes'), 0, - 'Send password reminders to "-owner" address instead of' + 'Send password reminders to "-admin" address instead of' ' directly to user.', "Set this to yes when this list is intended only to cascade to" " other maillists. When set, the password reminders will be" " directed to an address derived from the member's address" - ' - it will have "-owner" appended to the member\'s account' + ' - it will have "-admin" appended to the member\'s account' " name."), ('admin_immed_notify', mm_cfg.Radio, ('No', 'Yes'), 0, |
