diff options
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 27ae23ac2..47ec43b11 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -112,7 +112,7 @@ def FormatListinfoOverview(error=None): greeting, "<p>" " Below is the collection of publicly-advertised ", - Link(mm_cfg.MAILMAN_URL, "mailman"), + Link(mm_cfg.MAILMAN_URL, "Mailman"), " mailing lists on %s." % host_name, (' Click on a list name to visit the info page' ' for that list. There you can learn more about the list,' |
