Django

Code

Changeset 7711

Show
Ignore:
Timestamp:
06/20/08 02:40:45 (5 months ago)
Author:
brosner
Message:

newforms-admin: Fixed #7502 -- Fixed an i18n breakge introduced in [7694]. Thanks frasern.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/django/contrib/admin/sites.py

    r7694 r7711  
    232232                    if user.check_password(password): 
    233233                        message = _("Your e-mail address is not your username." 
    234                                     " Try '%s' instead." % user.username)  
     234                                    " Try '%s' instead.") % user.username 
    235235                    else: 
    236236                        message = _("Usernames cannot contain the '@' character.")