diff options
| -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. |
