X-Git-Url: https://scm.cri.mines-paristech.fr/git/photoprint.git/blobdiff_plain/24f21ffe24cabe97fa108f7a7f84857dc08f9eae..44f565f34f5cdf8c0a67ee0190b47473ae7377f2:/skins/photoprint_order_confirm.py
diff --git a/skins/photoprint_order_confirm.py b/skins/photoprint_order_confirm.py
index c7a8d0a..3fe68d1 100644
--- a/skins/photoprint_order_confirm.py
+++ b/skins/photoprint_order_confirm.py
@@ -9,8 +9,6 @@ if token and PayerID and context.ppPay(token, PayerID) :
return context.order_view()
else :
context.setStatus(False, _('Your payment has been canceled.
'
- 'You can retry with an other account / credit card by cliking on the PayPal button.
'
- 'You can also choose an other payment option, like bank transfert or cheque.
'
- 'If so, click on the "Modify" button.'))
+ 'You can retry with an other account / credit card by cliking on the PayPal button.
'))
return context.order_view()