Fixed spelling

'Transer' to 'Transfer'
This commit is contained in:
Magnus Jepson 2011-09-20 16:25:37 +02:00
parent d37f5eb95a
commit fda6cd74be
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class woocommerce_bacs extends woocommerce_payment_gateway {
add_action('woocommerce_update_options_payment_gateways', array(&$this, 'process_admin_options'));
add_option('woocommerce_bacs_enabled', 'no');
add_option('woocommerce_bacs_title', __('Direct Bank Transer', 'woothemes'));
add_option('woocommerce_bacs_title', __('Direct Bank Transfer', 'woothemes'));
add_option('woocommerce_bacs_description', __('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.', 'woothemes'));
add_action('thankyou_bacs', array(&$this, 'thankyou_page'));
}