diff options
| author | bwarsaw | 2001-03-24 03:54:04 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-24 03:54:04 +0000 |
| commit | 8f229e6a524347f53097a277b2178cb780db475f (patch) | |
| tree | cea8669a8d9a6f4fb1106e5996de8a1c83e10f27 | |
| parent | d95457ea37cc6f191c93e4076b74f08290747ff8 (diff) | |
| download | mailman-8f229e6a524347f53097a277b2178cb780db475f.tar.gz mailman-8f229e6a524347f53097a277b2178cb780db475f.tar.zst mailman-8f229e6a524347f53097a277b2178cb780db475f.zip | |
list_listinfo(): "See this page in" -> "View this page in".
| -rw-r--r-- | Mailman/Cgi/listinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py index f359b4ccf..1a65fa15e 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -193,7 +193,7 @@ def list_listinfo(mlist, lang): _('Edit Options')).Format() replacements['<mm-roster-option>'] = mlist.FormatRosterOptionForUser(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('listinfo') # Do the expansion. |
