Browse Source

Correct payment error message

master
David Winterbottom 13 years ago
parent
commit
bc910e02ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oscar/apps/checkout/views.py

+ 1
- 1
oscar/apps/checkout/views.py View File

504
         # handle_payment method raise an exception, which should be caught
504
         # handle_payment method raise an exception, which should be caught
505
         # within handle_POST and the appropriate forms redisplayed.
505
         # within handle_POST and the appropriate forms redisplayed.
506
         error_msg = _("A problem occurred while processing payment for this "
506
         error_msg = _("A problem occurred while processing payment for this "
507
-                      "order.  No payment has been taken.  Please try again "
507
+                      "order - no payment has been taken.  Please "
508
                       "contact customer services if this problem persists")
508
                       "contact customer services if this problem persists")
509
         pre_payment.send_robust(sender=self, view=self)
509
         pre_payment.send_robust(sender=self, view=self)
510
         total_incl_tax, total_excl_tax = self.get_order_totals(basket)
510
         total_incl_tax, total_excl_tax = self.get_order_totals(basket)

Loading…
Cancel
Save