summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Cgi/listinfo.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py
index a43324073..4e0a2bab7 100644
--- a/Mailman/Cgi/listinfo.py
+++ b/Mailman/Cgi/listinfo.py
@@ -103,12 +103,11 @@ def listinfo_overview(msg=''):
greeting = FontAttr(_('Welcome!'), size='+2')
welcome = [greeting]
+ mailmanlink = Link(mm_cfg.MAILMAN_URL, _('Mailman')).Format()
if not advertised:
welcome.extend(
- ('<p>' +
- _(' There currently are no publicly-advertised '),
- Link(mm_cfg.MAILMAN_URL, 'Mailman'),
- _(' mailing lists on %(hostname)s.')))
+ _('''<p>There currently are no publicly-advertised
+ %(mailmanlink)s mailing lists on %(hostname)s.'''))
else:
welcome.append(
_('''<p>Below is a listing of all the public mailing lists on