summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorklm1998-05-24 13:44:14 +0000
committerklm1998-05-24 13:44:14 +0000
commitfc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc (patch)
tree359e6359f4952be7fc5a2bbd7b3bd816d22fec58 /modules
parentebde1fb9e45b3448720c23bc922c96925f21d0d9 (diff)
downloadmailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.tar.gz
mailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.tar.zst
mailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.zip
Diffstat (limited to 'modules')
-rw-r--r--modules/maillist.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 7719005d2..f141309d7 100644
--- a/modules/maillist.py
+++ b/modules/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 &lt;br&gt; - so you can use"