From cffd8836da89db4085292a003b76fcadb67a732d Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 3 Jun 2016 15:18:51 +1000 Subject: [PATCH] add missing comma --- booking.emails_admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index 8ef19d6..1769cf3 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -366,7 +366,7 @@ function booking_manual_email_form($form, &$form_state) $form['booking-email-preselection'] = array( '#type' => 'select', '#title' => t('Pre-select attendees from list'), - '#description' => t('Use this to select a large group of people based on pre-defined criteria.') + '#description' => t('Use this to select a large group of people based on pre-defined criteria.'), '#options' => $preselection_options, '#default_value' => '---', '#suffix' => '
',