Mercurial > moin > 1.9
changeset 3050:f0250b5a6982
fix small i18n issues (ported from 1.6)
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Tue, 19 Feb 2008 23:27:28 +0100 |
parents | ed9b1e5cf0e1 |
children | b1e7d968330d |
files | MoinMoin/config/multiconfig.py MoinMoin/i18n/dummy.py |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Tue Feb 19 23:21:58 2008 +0100 +++ b/MoinMoin/config/multiconfig.py Tue Feb 19 23:27:28 2008 +0100 @@ -677,7 +677,7 @@ user_checkbox_remove = [] user_form_fields = [ - ('name', _('Name'), "text", "36", _("(Use Firstname''''''Lastname)")), + ('name', _('Name'), "text", "36", _("(Use FirstnameLastname)")), ('aliasname', _('Alias-Name'), "text", "36", ''), ('email', _('Email'), "text", "36", ''), ('jid', _('Jabber ID'), "text", "36", ''),