aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2011-11-20 01:46:21 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2011-11-20 01:46:21 +0100
commit5ab3855e1f8fd94058ccea76ef2d5a1d795cc93a (patch)
tree0a76343ce04a7e624394ae475530e674e1b54b85
parent13423daae28f759a24ba645fecc3e01cdfa92d9c (diff)
downloadmediagoblin-5ab3855e1f8fd94058ccea76ef2d5a1d795cc93a.tar.lz
mediagoblin-5ab3855e1f8fd94058ccea76ef2d5a1d795cc93a.tar.xz
mediagoblin-5ab3855e1f8fd94058ccea76ef2d5a1d795cc93a.zip
Slight change to error wording
-rw-r--r--mediagoblin/auth/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py
index 8412b81c..54cb1ab5 100644
--- a/mediagoblin/auth/views.py
+++ b/mediagoblin/auth/views.py
@@ -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: