From 4d3bcb4949bf3df9cd7eb0cc8e7301a662db07ea Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 24 May 2016 22:19:10 +1000 Subject: [PATCH] description update --- booking.travel.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.travel.inc b/booking.travel.inc index abf614e..60bebc2 100644 --- a/booking.travel.inc +++ b/booking.travel.inc @@ -285,6 +285,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $nid = 0) $form['requirements']['booking_bf_gf_nid'] = array( '#type' => 'textfield', '#title' => t('Registration ID of Boyfriend/Girlfriend to be placed in the same discussion groups as you.'), + '#description' => t('If you\'re not sure what this number is, ask your Significant Other to look at the confirmation email they received when they registered.'), '#maxlength' => 15, '#size' => 4, '#required' => FALSE,