This commit is contained in:
James Koster 2013-07-08 09:48:48 +01:00
parent f7601f9b0a
commit fa786a1173
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
'title' => __( 'Customer Message', 'woocommerce' ),
'type' => 'textarea',
'description' => __( 'Give the customer instructions for paying via BACS, and let them know that their order won\'t be shipping until the money is received.', 'woocommerce' ),
'default' => __( 'Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.', 'woocommerce' )
'default' => __( 'Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won\'t be shipped until the funds have cleared in our account.', 'woocommerce' )
),
'account_details' => array(
'title' => __( 'Account Details', 'woocommerce' ),