Text changes

This commit is contained in:
SGroupGeorge 2017-11-14 17:51:46 +00:00
parent 3b2eec75d3
commit 64332d82c7
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@ return array(
'description' => sprintf( __( 'Log PayPal events, such as IPN requests, inside %s', 'woocommerce' ), '<code>' . WC_Log_Handler_File::get_log_file_path( 'paypal' ) . '</code>' ),
),
'ipn_notification' => array(
'title' => __( 'Instant Payment Notification', 'woocommerce' ),
'title' => __( 'IPN Email Notifications', 'woocommerce' ),
'type' => 'checkbox',
'label' => __( 'Send IPN email notification', 'woocommerce' ),
'label' => __( 'Enable IPN email notification', 'woocommerce' ),
'default' => 'yes',
'description' => __( 'Toggle notifications for cancelled orders payment, refunded order payments, reversal order payments, reversal cancelled payments.', 'woocommerce' )
'description' => __( 'Sends an admin email each time an IPN is received from PayPal and is related to cancelled order, refunded order, payment reversal, cancelled reversal.', 'woocommerce' )
),
'advanced' => array(
'title' => __( 'Advanced options', 'woocommerce' ),