X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/24f21ffe24cabe97fa108f7a7f84857dc08f9eae..b92ab62e2af2ba6788d1af5b0750f41948fffa68:/skins/photoprint_order_confirm.py?ds=sidebyside 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()