Merge pull request #2753 from bradyvercher/patch-1

Fix Mijireh checkout typo.
This commit is contained in:
Mike Jolley 2013-03-22 10:59:52 -07:00
commit ca4e353c3f
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ class WC_Gateway_Mijireh extends WC_Payment_Gateway {
'description' => array(
'title' => __( 'Description', 'woocommerce' ),
'type' => 'textarea',
'default' => __( 'Pay securely with you credit card.', 'woocommerce' ),
'default' => __( 'Pay securely with your credit card.', 'woocommerce' ),
'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ),
),
);
@ -393,4 +393,4 @@ class WC_Gateway_Mijireh extends WC_Payment_Gateway {
echo '<a class="nobold" href="' . Mijireh::preview_checkout_link() . '" id="view_slurp" target="_new">Preview Checkout Page</a></p>';
echo "</div>";
}
}
}