summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/MailList.py4
-rw-r--r--modules/maillist.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 19c42ee4d..2d62d7f4d 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -188,8 +188,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
" newlines will be translated to <br> - so you can use"
" links, preformatted text, etc, but don't put in carriage"
" returns except where you mean to separate paragraphs. And"
- " review your changes - bad html (like an unclosed quote) can"
- " disrupt display of the listinfo page."),
+ " review your changes - bad html (like some unterminated HTML"
+ " constructs) can prevent display of the entire listinfo page."),
('subject_prefix', mm_cfg.String, 10, 0,
'Prefix for subject line of list postings.',
diff --git a/modules/maillist.py b/modules/maillist.py
index 19c42ee4d..2d62d7f4d 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -188,8 +188,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
" newlines will be translated to <br> - so you can use"
" links, preformatted text, etc, but don't put in carriage"
" returns except where you mean to separate paragraphs. And"
- " review your changes - bad html (like an unclosed quote) can"
- " disrupt display of the listinfo page."),
+ " review your changes - bad html (like some unterminated HTML"
+ " constructs) can prevent display of the entire listinfo page."),
('subject_prefix', mm_cfg.String, 10, 0,
'Prefix for subject line of list postings.',