Merge pull request #1150 from nodar44/master

Correcting 'description' on class-wc-mijireh-checkout.php line 173
This commit is contained in:
Mike Jolley 2012-06-12 10:04:32 -07:00
commit 287f1824e4
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class WC_Mijireh_Checkout extends WC_Payment_Gateway {
'title' => __( 'Description', 'woocommerce' ),
'type' => 'textarea',
'default' => __( 'Pay securely with you credit card.', 'woocommerce' ),
'description' => 'This controls the description which the user sees during checkout.'
'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ),
),
);
}