diff options
| author | bwarsaw | 2001-08-03 05:04:02 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-03 05:04:02 +0000 |
| commit | d8fa9982289ea60e7af759f04dd2a9407830f8e9 (patch) | |
| tree | b2dfda4858670ca65290c0e7ef145c1b73b3d107 | |
| parent | 6e20ba9e3973473a7759d72a22d10ea07f00b82f (diff) | |
| download | mailman-d8fa9982289ea60e7af759f04dd2a9407830f8e9.tar.gz mailman-d8fa9982289ea60e7af759f04dd2a9407830f8e9.tar.zst mailman-d8fa9982289ea60e7af759f04dd2a9407830f8e9.zip | |
| -rw-r--r-- | Mailman/Gui/General.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index bb08a3957..5793b945c 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -278,14 +278,14 @@ class General: list manager to Mailman.""")), ('admin_immed_notify', mm_cfg.Radio, (_('No'), _('Yes')), 0, - _('''Should administrator get immediate notice of new requests, - as well as daily notices about collected ones?'''), + _('''Should the list moderators get immediate notice of new + requests, as well as daily notices about collected ones?'''), - _('''List admins are sent daily reminders of pending admin - approval requests, like subscriptions to a moderated list or - postings that are being held for one reason or another. Setting - this option causes notices to be sent immediately on the arrival - of new requests, as well.''')), + _('''List moderators (and list administrators) are sent daily + reminders of requests pending approval, like subscriptions to a + moderated list, or postings that are being held for one reason or + another. Setting this option causes notices to be sent + immediately on the arrival of new requests as well.''')), ('admin_notify_mchanges', mm_cfg.Radio, (_('No'), _('Yes')), 0, _('''Should administrator get notices of subscribes and @@ -301,8 +301,8 @@ class General: ever sending the notice.""")), ('max_message_size', mm_cfg.Number, 7, 0, - _('''Maximum length in Kb of a message body. Use 0 for no - limit.''')), + _('''Maximum length in kilobytes (KB) of a message body. Use 0 + for no limit.''')), ('host_name', mm_cfg.Host, WIDTH, 0, _('Host name this list prefers for email.'), |
