summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Cgi/admin.py2
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(),