From a20b4741a9734b8ccb391c998d54b0f0529ed830 Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Wed, 16 May 2012 11:40:06 -0700 Subject: [PATCH] Minor grammar fix. --- social_auth/backends/pipeline/social.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/backends/pipeline/social.py b/social_auth/backends/pipeline/social.py index d767458..bf45354 100644 --- a/social_auth/backends/pipeline/social.py +++ b/social_auth/backends/pipeline/social.py @@ -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: -- 2.39.5