Tweak sent message
This commit is contained in:
parent
75041b6dca
commit
b3fcbc56ba
|
@ -169,7 +169,7 @@ class WC_Admin_Post_Types {
|
||||||
9 => sprintf( __( 'Order scheduled for: <strong>%1$s</strong>.', 'woocommerce' ),
|
9 => sprintf( __( 'Order scheduled for: <strong>%1$s</strong>.', 'woocommerce' ),
|
||||||
date_i18n( __( 'M j, Y @ G:i', 'woocommerce' ), strtotime( $post->post_date ) ) ),
|
date_i18n( __( 'M j, Y @ G:i', 'woocommerce' ), strtotime( $post->post_date ) ) ),
|
||||||
10 => __( 'Order draft updated.', 'woocommerce' ),
|
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(
|
$messages['shop_coupon'] = array(
|
||||||
|
|
Loading…
Reference in New Issue