summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/roster.py')
-rw-r--r--Mailman/Cgi/roster.py2
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()