diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index 92936e0934c..b22a547fde0 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -169,7 +169,7 @@ class WC_Admin_Post_Types { 9 => sprintf( __( 'Order scheduled for: %1$s.', '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(