From cf2d40033a64c05cbf6b1e0d915827f7bc7439d5 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sun, 8 Sep 2019 16:20:53 +1000 Subject: [PATCH] fix missing character --- booking.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.admin.inc b/booking.admin.inc index 560abfe..fec4366 100644 --- a/booking.admin.inc +++ b/booking.admin.inc @@ -607,7 +607,7 @@ function booking_admin() { $form['regn_options']['booking_require_freestyle'] = array( '#type' => 'radios', '#title' => t('Require attendees to enter some freestyle text?'), - '#description' => t('Select whether to require attendees to enter some freestyle text when they register. Doesn\t have any effect if freestyle text is not enabled above.'), + '#description' => t('Select whether to require attendees to enter some freestyle text when they register. Doesn\'t have any effect if freestyle text is not enabled above.'), '#options' => array( 0 => t('No'), t('Yes')