diff options
| author | bwarsaw | 2002-08-29 18:30:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-29 18:30:47 +0000 |
| commit | c54e6a17c6833eaccbfb0db53c20a2a23a845dd5 (patch) | |
| tree | 6d139792ac7593269ebb53d252dd5e9c82fc2e04 /Mailman/Cgi/listinfo.py | |
| parent | 0409babacc3d8527621e35f62f4fefef8703b240 (diff) | |
| download | mailman-c54e6a17c6833eaccbfb0db53c20a2a23a845dd5.tar.gz mailman-c54e6a17c6833eaccbfb0db53c20a2a23a845dd5.tar.zst mailman-c54e6a17c6833eaccbfb0db53c20a2a23a845dd5.zip | |
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'), |
