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