Tweak sent message

This commit is contained in:
Mike Jolley 2017-06-15 15:13:59 +01:00
parent 75041b6dca
commit b3fcbc56ba
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class WC_Admin_Post_Types {
9 => sprintf( __( 'Order scheduled for: <strong>%1$s</strong>.', 'woocommerce' ),
date_i18n( __( 'M j, Y @ G:i', 'woocommerce' ), strtotime( $post->post_date ) ) ),
10 => __( 'Order draft updated.', 'woocommerce' ),
11 => __( 'Order updated and email sent.', 'woocommerce' ),
11 => __( 'Order updated and sent to the customer.', 'woocommerce' ),
);
$messages['shop_coupon'] = array(