diff options
| -rw-r--r-- | Mailman/MailList.py | 3 | ||||
| -rw-r--r-- | modules/maillist.py | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index e385de1c7..69596cb62 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -279,7 +279,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, 'this machine?'), ('open_subscribe', mm_cfg.Radio, ('No', 'Yes'), 0, - 'Are subscribes done without admins approval (<em>open</em>)?', + 'Are subscribes done without admins approval (ie, is this' + ' an <em>open</em> list)?', "Disabling this option makes the list <em>closed</em>, where" " members are admitted at the discretion of the administrator."), diff --git a/modules/maillist.py b/modules/maillist.py index e385de1c7..69596cb62 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -279,7 +279,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, 'this machine?'), ('open_subscribe', mm_cfg.Radio, ('No', 'Yes'), 0, - 'Are subscribes done without admins approval (<em>open</em>)?', + 'Are subscribes done without admins approval (ie, is this' + ' an <em>open</em> list)?', "Disabling this option makes the list <em>closed</em>, where" " members are admitted at the discretion of the administrator."), |
