diff options
author | bwarsaw <> | 2003-09-22 02:39:34 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-09-22 02:39:34 +0000 |
commit | 083ffbb8af5bff342ac30ceed719cd7d985cce00 (patch) | |
tree | 2da04c1bd64759248d124b0a05a52aead11248d4 /Mailman/Cgi/listinfo.py | |
parent | f3d9eef7ec0486490fe1ff8ff7d07b27e7744b56 (diff) | |
download | mailman2-083ffbb8af5bff342ac30ceed719cd7d985cce00.tar.gz mailman2-083ffbb8af5bff342ac30ceed719cd7d985cce00.tar.xz mailman2-083ffbb8af5bff342ac30ceed719cd7d985cce00.zip |
Backporting from the HEAD -- updated cgi's
Diffstat (limited to '')
-rw-r--r-- | Mailman/Cgi/listinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py index 5244d75c..fb9154ae 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -122,7 +122,7 @@ def listinfo_overview(msg=''): Link(Utils.ScriptURL('admin'), _('the list admin overview page')), _(''' to find the management interface for your list. - <p>Send questions or comments to '''), + <p>If you are having trouble using the lists, please contact '''), Link('mailto:' + siteowner, siteowner), '.<p>')) |