diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-11-04 15:40:14 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-11-04 15:40:14 +0100 |
commit | ed55f52bf05652b455162dcf99c7b639fe8adedf (patch) | |
tree | 89f4e5904c66533e8268450eec8a7ca0165812f5 | |
parent | c3ff396fd7dd80b1387002d52500d91014f22bb3 (diff) |
fix team-announce english description: replies are redirected (not responses)
-rw-r--r-- | mailman/skel/team-announce.en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/skel/team-announce.en.py b/mailman/skel/team-announce.en.py index 866f778..c833e72 100644 --- a/mailman/skel/team-announce.en.py +++ b/mailman/skel/team-announce.en.py @@ -16,7 +16,7 @@ info = """Open list for LISTDESC. <ul><li>Only SENDERS can send to the list. <li>Attachments are separated and stored centrally. <li>All posts are censored for relevancy. -<li>Responses are redirected to non-announce list. +<li>Replies are redirected to non-announce list. <li>Anyone can subscribe to the list (member list not available). </ul>Access limitation to the archive avoids search engine registrations, but does not ensure discretion as anyone can gain access by subscribing.""" subject_prefix = '[LISTNAME] ' @@ -32,7 +32,7 @@ welcome_msg = """This is an open list for LISTDESC. * Only SENDERS can send to the list. * Attachments are separated and stored centrally. * All posts are censored for relevancy. - * Responses are redirected to non-announce list. + * Replies are redirected to non-announce list. * Anyone can subscribe to the list (member list not available). Access limitation to the archive avoids search engine registrations, |