From fa786a1173024f3bfaa1212bb57aaa1deb0c7f7a Mon Sep 17 00:00:00 2001 From: James Koster Date: Mon, 8 Jul 2013 09:48:48 +0100 Subject: [PATCH] typo --- includes/gateways/bacs/class-wc-gateway-bacs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/gateways/bacs/class-wc-gateway-bacs.php b/includes/gateways/bacs/class-wc-gateway-bacs.php index 9b1caa55ce7..4dd64599175 100644 --- a/includes/gateways/bacs/class-wc-gateway-bacs.php +++ b/includes/gateways/bacs/class-wc-gateway-bacs.php @@ -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' ),