diff options
Diffstat (limited to 'Mailman/Cgi/listinfo.py')
| -rw-r--r-- | Mailman/Cgi/listinfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py index bfc0ae450..f6fb2326a 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -113,8 +113,8 @@ def listinfo_overview(msg=''): adj = msg and _('right') or '' siteowner = Utils.get_site_email() welcome.extend( - (_(''' To visit the info page for an unadvertised list, - enter a URL similar to this one, but with a '/' and the %(adj)s + (_(''' To visit the general information page for an unadvertised list, + open a URL similar to this one, but with a '/' and the %(adj)s list name appended. <p>List administrators, you can visit '''), Link(Utils.ScriptURL('admin'), |
