diff options
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 3 |
1 files changed, 2 insertions, 1 deletions
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."), |
