This commit is contained in:
Mike Jolley 2015-01-28 21:03:09 +00:00
parent 64775e92f1
commit c2c1e733ba
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
$this->id = 'customer_completed_order';
$this->title = __( 'Completed order', 'woocommerce' );
$this->description = __( 'Order complete emails are sent to customers when their order are marked completed and usually indicate that their orders have been shipped.', 'woocommerce' );
$this->description = __( 'Order complete emails are sent to customers when their orders are marked completed and usually indicate that their orders have been shipped.', 'woocommerce' );
$this->heading = __( 'Your order is complete', 'woocommerce' );
$this->subject = __( 'Your {site_title} order from {order_date} is complete', 'woocommerce' );