diff options
| author | bwarsaw | 2001-03-24 03:54:34 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-24 03:54:34 +0000 |
| commit | d2b1c29d2679fa5c6f9713d8328517100d370cd1 (patch) | |
| tree | 1880febec38cbc388953ccebf28b6457c77089b9 /Mailman/Cgi/roster.py | |
| parent | 8f229e6a524347f53097a277b2178cb780db475f (diff) | |
| download | mailman-d2b1c29d2679fa5c6f9713d8328517100d370cd1.tar.gz mailman-d2b1c29d2679fa5c6f9713d8328517100d370cd1.tar.zst mailman-d2b1c29d2679fa5c6f9713d8328517100d370cd1.zip | |
Diffstat (limited to 'Mailman/Cgi/roster.py')
| -rw-r--r-- | Mailman/Cgi/roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py index 031ec2ce8..3f0ae7e55 100644 --- a/Mailman/Cgi/roster.py +++ b/Mailman/Cgi/roster.py @@ -120,7 +120,7 @@ def main(): replacements = mlist.GetAllReplacements(lang) replacements['<mm-displang-box>'] = mlist.FormatButton( 'displang-button', - text = _('See this page in')) + text = _('View this page in')) replacements['<mm-lang-form-start>'] = mlist.FormatFormStart('roster') doc.AddItem(mlist.ParseTags('roster.html', replacements, lang)) print doc.Format() |
