From bc5a59604e555f63ad94d2fcc2eb42265f27ddd1 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sun, 15 Sep 2019 09:26:16 +1000 Subject: [PATCH] enhance again --- booking.regn_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.regn_form.inc b/booking.regn_form.inc index 3a6b63d..7dca1b4 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -598,7 +598,7 @@ function booking_form($node, &$form_state, $inserting = FALSE) $form['emergency']['booking_medicare'] = array( '#type' => 'textfield', '#title' => t('Your Medicare Number'), - '#description' => t('Enter only the numbers at the top of the card (leave out the Individual Reference Number next to your name).'), + '#description' => t('Enter only the numbers at the top of the card (leave out the Individual Reference Number next to your name). Australian attendees must complete this field.'), '#maxlength' => 15, '#size' => 15, '#required' => FALSE,