From 6e2da08278f28db0dc78c5ea11f580ba6fb8969b Mon Sep 17 00:00:00 2001 From: Andrew Angell Date: Wed, 17 Aug 2016 02:48:39 -0500 Subject: [PATCH] Adjusts setting label, ref #491 --- classes/wc-gateway-paypal-advanced-angelleye.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/wc-gateway-paypal-advanced-angelleye.php b/classes/wc-gateway-paypal-advanced-angelleye.php index c97f01614..d76fedf9b 100644 --- a/classes/wc-gateway-paypal-advanced-angelleye.php +++ b/classes/wc-gateway-paypal-advanced-angelleye.php @@ -737,7 +737,7 @@ public function init_form_fields() { 'description' => sprintf(__('Disable this option if your theme is not compatible with Mobile. Otherwise You would get Silent Post Error in Layout C.', 'paypal-for-woocommerce'), 'https://developer.paypal.com/'), ), 'card_icon' => array( - 'title' => __('Card Icon', 'paypal-for-woocommerce'), + 'title' => __('Credit Card Logo Graphic', 'paypal-for-woocommerce'), 'type' => 'text', 'default' => WP_PLUGIN_URL . "/" . plugin_basename(dirname(dirname(__FILE__))) . '/assets/images/cards.png' ),