diff options
author | tkikuchi <> | 2005-02-05 07:39:53 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-02-05 07:39:53 +0000 |
commit | 435095e311920261a6e6df2ccedc056b805b6862 (patch) | |
tree | e80f3aa7844724d175481fef92a035ff8078c698 | |
parent | 79f497986cf9fdb53b53e498b8abb579a83899ac (diff) | |
download | mailman2-435095e311920261a6e6df2ccedc056b805b6862.tar.gz mailman2-435095e311920261a6e6df2ccedc056b805b6862.tar.xz mailman2-435095e311920261a6e6df2ccedc056b805b6862.zip |
Remove misleading detail for respond_to_post_requests.
-rw-r--r-- | Mailman/Gui/General.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 833735cd..0cbd3972 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -319,12 +319,8 @@ class General(GUIBase): ('respond_to_post_requests', mm_cfg.Radio, (_('No'), _('Yes')), 0, - _('Send mail to poster when their posting is held for approval?'), - - _("""Approval notices are sent when mail triggers certain of the - limits <em>except</em> routine list moderation and spam filters, - for which notices are <em>not</em> sent. This option overrides - ever sending the notice.""")), + _('Send mail to poster when their posting is held for approval?') + ), _('Additional settings'), |