Update translations. (#423)

(Including adding a missing whitespace.)
This commit is contained in:
Tobias Kunze
2017-03-02 08:19:34 +01:00
committed by Raphael Michel
parent 8b7d2314b8
commit b6f42ecd6d
5 changed files with 265 additions and 253 deletions

View File

@@ -116,7 +116,7 @@ class Stripe(BasePaymentProvider):
'message': err['message'],
})
order.save()
raise PaymentException(_('Stripe reported an error with your card:%s') % err['message'])
raise PaymentException(_('Stripe reported an error with your card: %s') % err['message'])
except stripe.error.StripeError as e:
if e.json_body: