Update description for admin page

This commit is contained in:
2015-07-23 18:52:02 +10:00
parent c8d91ea5c6
commit 35d41db948

View File

@@ -328,7 +328,7 @@ function booking_admin() {
'#type' => 'select', '#type' => 'select',
'#multiple' => TRUE, '#multiple' => TRUE,
'#title' => t('Select help areas to enable'), '#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(), '#options' => _booking_get_help_areas(),
'#default_value' => variable_get('booking_enabled_helparea_options', ''), '#default_value' => variable_get('booking_enabled_helparea_options', ''),
'#states' => array( '#states' => array(