From c584819e1e694a35a9a3f3b656b5437e00d03feb Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Sat, 10 Sep 2016 11:45:36 +0530 Subject: [PATCH] Express Checkout - Skip Review vs. Terms and Conditions, ref #471 --- classes/wc-gateway-paypal-express-angelleye.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/wc-gateway-paypal-express-angelleye.php b/classes/wc-gateway-paypal-express-angelleye.php index 055ad275b..cda67d4a7 100644 --- a/classes/wc-gateway-paypal-express-angelleye.php +++ b/classes/wc-gateway-paypal-express-angelleye.php @@ -542,8 +542,8 @@ function init_form_fields() { 'default' => 'no' ), 'disable_term' => array( - 'title' => __('Skip Terms and Conditions', 'paypal-for-woocommerce'), - 'label' => __('Enables the option to skip the Terms and Conditions.', 'paypal-for-woocommerce'), + 'title' => __('Disable Terms and Conditions for Express Checkout', 'paypal-for-woocommerce'), + 'label' => __('Enables the option to Disable Terms and Conditions for Express Checkout.', 'paypal-for-woocommerce'), 'description' => __('By default, users will be returned from PayPal and presented with a final review page which includes shipping and tax in the order details. Enable this option to eliminate this page in the checkout process.'), 'type' => 'checkbox', 'default' => 'no',