diff options
| author | klm | 1998-05-24 13:44:14 +0000 |
|---|---|---|
| committer | klm | 1998-05-24 13:44:14 +0000 |
| commit | fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc (patch) | |
| tree | 359e6359f4952be7fc5a2bbd7b3bd816d22fec58 /modules | |
| parent | ebde1fb9e45b3448720c23bc922c96925f21d0d9 (diff) | |
| download | mailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.tar.gz mailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.tar.zst mailman-fc6e55c9a4ce25f11eb6fa12be8d362c419a7dbc.zip | |
Use more of the available space in the basic description for 'info'
field to better explain where it is used.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/maillist.py | 7 |
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 <br> - so you can use" |
