$this->description=__('Cancelled order emails are sent when orders have been marked cancelled (if they were previously pending or on-hold).','woocommerce');
'label'=>__('Enable this email notification','woocommerce'),
'default'=>'yes'
),
'recipient'=>array(
'title'=>__('Recipient(s)','woocommerce'),
'type'=>'text',
'description'=>sprintf(__('Enter recipients (comma separated) for this email. Defaults to <code>%s</code>.','woocommerce'),esc_attr(get_option('admin_email'))),
'placeholder'=>'',
'default'=>''
),
'subject'=>array(
'title'=>__('Subject','woocommerce'),
'type'=>'text',
'description'=>sprintf(__('This controls the email subject line. Leave blank to use the default subject: <code>%s</code>.','woocommerce'),$this->subject),
'placeholder'=>'',
'default'=>''
),
'heading'=>array(
'title'=>__('Email Heading','woocommerce'),
'type'=>'text',
'description'=>sprintf(__('This controls the main heading contained within the email notification. Leave blank to use the default heading: <code>%s</code>.','woocommerce'),$this->heading),
'placeholder'=>'',
'default'=>''
),
'email_type'=>array(
'title'=>__('Email type','woocommerce'),
'type'=>'select',
'description'=>__('Choose which format of email to send.','woocommerce'),