From 02c36b8896ac73cfa6c3eb22709693810fb3ff6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Thu, 3 Oct 2013 22:54:19 +0200 Subject: [PATCH] =?utf8?q?Changement=20message=20de=20confirmation,=20arri?= =?utf8?q?v=C3=A9=20trop=20rapidement=20par=20copier=20/=20coller=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/photoprint_order_confirm.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() -- 2.20.1