From 3254c45f6862e496b079bbe93a696011800e7867 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 30 May 2016 22:16:18 +0200 Subject: [PATCH] Clarified a help text --- src/pretix/base/payment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index a03f9fa09..86cc297e7 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -130,7 +130,8 @@ class BasePaymentProvider: label=_('Calculate the fee from the total value including the fee.'), help_text=_('We recommend you to enable this if you want your users to pay the payment fees of your ' 'payment provider. Click here ' - 'for detailled information on what this does.'), + 'for detailled information on what this does. Don\'t forget to set the correct fees ' + 'above!'), required=False )), ])