Mercurial > moin > 1.9
changeset 2075:d6ab26230e23
Typo fix.
author | Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> |
---|---|
date | Fri, 01 Jun 2007 01:53:01 +0200 |
parents | 088edb461832 |
children | 0128bbaf0172 |
files | MoinMoin/userform.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/userform.py Fri Jun 01 01:43:38 2007 +0200 +++ b/MoinMoin/userform.py Fri Jun 01 01:53:01 2007 +0200 @@ -623,7 +623,7 @@ buttons.append(("account_sendmail", _('Mail me my account data'))) if self.cfg.jabber_enabled: - buttons.append(("account_sendjabber", _('Send my my account data with Jabber'))) + buttons.append(("account_sendjabber", _('Send me my account data with Jabber'))) if create_only: buttons = [("create_only", _('Create Profile'))]