*sigh* forgot a period in the new order description

This commit is contained in:
Patrick Rauland 2013-09-18 14:23:14 -05:00
parent af8919f1de
commit 885a95b21d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class WC_Email_New_Order extends WC_Email {
$this->id = 'new_order';
$this->title = __( 'New order', 'woocommerce' );
$this->description = __( 'New order emails are sent when an order is received', 'woocommerce' );
$this->description = __( 'New order emails are sent when an order is received.', 'woocommerce' );
$this->heading = __( 'New customer order', 'woocommerce' );
$this->subject = __( '[{blogname}] New customer order ({order_number}) - {order_date}', 'woocommerce' );