diff options
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 4 |
1 files changed, 2 insertions, 2 deletions
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.', |
