From 5443d6377b834c429ecda9b3c42df3892aa1647f Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 1 Jun 2016 22:09:06 +1000 Subject: [PATCH] description update --- booking.travel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.travel.inc b/booking.travel.inc index d99cd50..4527888 100644 --- a/booking.travel.inc +++ b/booking.travel.inc @@ -316,7 +316,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $node = NULL, $tok $form['requirements']['booking_room_mate1'] = array( '#type' => 'textfield', '#title' => t('I would like to share a room with'), - '#description' => t('This field contains information you entered when you registered.'), + '#description' => t('This field contains information you entered when you registered. Update if necessary.'), '#maxlength' => 200, '#required' => FALSE, '#default_value' => !empty($data->booking_room_mate1) ? $data->booking_room_mate1 : $booking_roommate