This commit is contained in:
Mike Jolley 2011-09-29 17:29:46 +01:00
parent 80b092f865
commit 4830833cc0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class woocommerce_cheque extends woocommerce_payment_gateway {
'description' => array(
'title' => __( 'Customer Message', 'woothemes' ),
'type' => 'textarea',
'description' => __( 'Let the customer know the payee and where they should be sending the cheque too and that their order won\'t be shipping until you receive it.', 'woothemes' ),
'description' => __( 'Let the customer know the payee and where they should be sending the cheque to and that their order won\'t be shipping until you receive it.', 'woothemes' ),
'default' => 'Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.'
)
);