Skip to content

Commit

Permalink
sentence fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peta15 committed Nov 12, 2012
1 parent c46a1f1 commit d3499b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def get(self, provider_name):
auth_id, activated=True
)
if not user_info[0]: #user is a tuple
message = _('The account %s is already in use.' % provider_display_name)
message = _('The %s account is already in use.' % provider_display_name)
self.add_message(message, 'error')
return self.redirect_to('register')

Expand Down

0 comments on commit d3499b9

Please sign in to comment.