From 0c975086e560467386367f05bce60ad0303990b1 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 29 Jun 2017 11:54:02 +1000 Subject: [PATCH] form tweak --- booking.regn_form.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/booking.regn_form.inc b/booking.regn_form.inc index 36e17fc..c6398ab 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -113,7 +113,9 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all ); $form['early-access']['booking_earlyaccess_explanation'] = array( '#type' => 'container', - '#children' => "If you have been given an early access code for registration, please enter it below. Note that this code can only be used once, so don't pass it along to your friends! Without this code, your registration will not be accepted.", + '#children' => t("If you have been given an early-access code for registration, please enter it below." . + "Without this code, your registration will not be accepted. " . + "
NOTE: each early-access code can only be used once, so don't pass it along to your friends!"), ); $form['early-access']['booking_regn_earlyaccess_code'] = array( '#type' => 'textfield',