summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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"