Updated email info for married people

This commit is contained in:
2014-01-29 22:47:23 +11:00
parent 286a263c8b
commit 358b7fdca8
2 changed files with 11 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#default_value' => variable_get('booking_email_paymentoutstanding_text', $booking_email_paymentoutstanding_text),
);
$form['emails']['booking_email_paymentoutstanding_married_text'] = array(
'#title' => t('Email text to send a married couple reminding them of how much they both owe (combined pricing)'),
'#title' => t('Email text to send a married couple reminding them of how much they both owe (only applies when combined pricing enabled)'),
'#type' => 'textarea',
//'#format' => 'full_html',
'#description' => t(''),