From 006e20aeb76f63d3a52cd05a1681c1aec870e2c3 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 17 Aug 2001 05:48:33 +0000 Subject: GetConfigInfo(): Typo. Also, say "list moderator" instead of "administrator". Add a VARHELP link to member_posting_only when describing "Restrict..." in the posters option --- Mailman/Gui/Privacy.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 43a0bd0f2..e4a8ee347 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -103,13 +103,13 @@ class Privacy: _("""Setting this option causes member email addresses to be transformed when they are presented on list web pages (both in text and as links), so they're not trivially recognizable as - email addresses. The intention is to to prevent the addresses + email addresses. The intention is to prevent the addresses from being snarfed up by automated web scanners for use by spammers.""")), _("General posting filters"), ('moderated', mm_cfg.Radio, (_('No'), _('Yes')), 0, - _('Must posts be approved by an administrator?')), + _('Must posts be approved by the list moderator?')), ('member_posting_only', mm_cfg.Radio, (_('No'), _('Yes')), 0, _("""Restrict posting privilege to list members? @@ -122,8 +122,9 @@ class Privacy: ('posters', mm_cfg.EmailList, (5, WIDTH), 1, _('''Addresses of members accepted for posting to this list - without implicit approval requirement. (See "Restrict ... to list - members" for whether or not this is in addition to allowing + without implicit approval requirement. (See + Restrict... to list + members) for whether or not this is in addition to allowing posting by list members'''), _("""Adding entries here will have one of two effects, according -- cgit v1.3.1