diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index 803a538..01db90f 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -295,10 +295,10 @@ function booking_manual_email_form($form, &$form_state, $input_option = "") } //add some indication of which people have been pre-selected, if any if ($input_option == 'unpaid') { - $prefix .= t("
Pre-selecting people with outstanding payments.
"); + $prefix .= t("Pre-selecting people with outstanding payments.
"); } elseif ($input_option == 'bookedin') { - $prefix .= t("Pre-selecting only people with a status of booked-in
"); + $prefix .= t("Pre-selecting only people with a status of booked-in.
"); } //attach css so we can customise colours for some people $form['#attached']['css'] = array(