From 35d41db9481158785c0e3198a7c6591479f3caab Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 23 Jul 2015 18:52:02 +1000 Subject: [PATCH] Update description for admin page --- booking.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.admin.inc b/booking.admin.inc index 75cb7a1..0e51693 100644 --- a/booking.admin.inc +++ b/booking.admin.inc @@ -328,7 +328,7 @@ function booking_admin() { '#type' => 'select', '#multiple' => TRUE, '#title' => t('Select help areas to enable'), - '#description' => t('Select which questions to include in the booking form.'), + '#description' => t('Select which questions to include in the booking form. Ensure you hold down control/command when selecting multiple options.'), '#options' => _booking_get_help_areas(), '#default_value' => variable_get('booking_enabled_helparea_options', ''), '#states' => array(