more descriptive text
This commit is contained in:
@@ -607,7 +607,7 @@ function booking_admin() {
|
|||||||
$form['regn_options']['booking_require_freestyle'] = array(
|
$form['regn_options']['booking_require_freestyle'] = array(
|
||||||
'#type' => 'radios',
|
'#type' => 'radios',
|
||||||
'#title' => t('Require attendees to enter some freestyle text?'),
|
'#title' => t('Require attendees to enter some freestyle text?'),
|
||||||
'#description' => t('Select whether to require attendees to enter some freestyle text when they register.'),
|
'#description' => t('Select whether to require attendees to enter some freestyle text when they register. Doesn\t have any effect if freestyle text is not enabled above.'),
|
||||||
'#options' => array(
|
'#options' => array(
|
||||||
0 => t('No'),
|
0 => t('No'),
|
||||||
t('Yes')
|
t('Yes')
|
||||||
|
Reference in New Issue
Block a user