Slight change to error wording

This commit is contained in:
Jef van Schendel 2011-11-20 01:46:21 +01:00
parent 13423daae2
commit 5ab3855e1f

View File

@ -74,7 +74,7 @@ def register(request):
extra_validation_passes = False
if users_with_email:
register_form.email.errors.append(
_(u'Sorry, that email address has already been taken.'))
_(u'Sorry, a user with that email address already exists.'))
extra_validation_passes = False
if extra_validation_passes: