diff options
Diffstat (limited to 'Mailman/Cgi/admin.py')
| -rw-r--r-- | Mailman/Cgi/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index a1602bc3c..252b94872 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -222,7 +222,7 @@ def FormatAdminOverview(error=None): " an unadvertised list, open a URL similar to this" + (" one, but with a '/' and the %slist name appended.<p>" - % ((error and "the right ") or "")) + % ((error and "right ") or "")) + " General list information can be found at ", Link("%slistinfo%s" % ('../' * Utils.GetNestingLevel(), |
