diff options
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 7719005d2..f141309d7 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -1,6 +1,6 @@ "The class representing a mailman maillist. Mixes in many feature classes." -__version__ = "$Revision: 524 $" +__version__ = "$Revision: 535 $" try: import mm_cfg @@ -191,7 +191,10 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " what the list is."), ('info', mm_cfg.Text, (7, 50), 0, - 'A descriptive paragraph about the list.', + 'An introductory description - a few paragraphs - about the' + 'list. It will be included, as html, at the top of the' + 'listinfo page. Carriage returns will end a paragraph - see' + 'the details for more info.', "The text will be treated as html <em>except</em> that newlines" " newlines will be translated to <br> - so you can use" |
