]> git.parisson.com Git - django-social-auth.git/commitdiff
Minor grammar fix.
authorBrad Beattie <bradbeattie@gmail.com>
Wed, 16 May 2012 18:40:06 +0000 (11:40 -0700)
committerBrad Beattie <bradbeattie@gmail.com>
Wed, 16 May 2012 18:40:06 +0000 (11:40 -0700)
social_auth/backends/pipeline/social.py

index d7674583d071c0cc49134d1ad21eb5c52cdc4f10..bf45354cfca4b248368d0a7d3b1bbf0c5c491c85 100644 (file)
@@ -22,7 +22,7 @@ def social_auth_user(backend, uid, user=None, *args, **kwargs):
 
     if social_user:
         if user and social_user.user != user:
-            raise AuthException(backend, ugettext('This %(provider)s account already in use.') % {
+            raise AuthException(backend, ugettext('This %(provider)s account is already in use.') % {
                 'provider':backend.name,
             })
         elif not user: