From a1c091a03cbe87d7f6af06a740074df27e934b65 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 28 Jun 2016 21:41:59 +1000 Subject: [PATCH] tweak to text in _booking_leader_helper_email_summary token --- booking.helper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.helper.inc b/booking.helper.inc index 3634600..59fd200 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1614,7 +1614,7 @@ function _booking_leader_helper_email_summary($node) { $otherperson_phone = $other->booking_mobile; } - $rows[] = t('!role for !descrip (section !id). Your !otherrole is !other. You can contact them on !phone or !email.', + $rows[] = t('!role for !descrip. Your !otherrole is !other. You can contact them on !phone or !email.', array('!role' => $role, '!id' => $studygroup->sid, '!descrip' => $studygroup->booking_studygroup_descrip, '!otherrole' => $otherrole, '!other' => $otherperson_name, '!phone' => $otherperson_phone, '!email' => $otherperson_email, ));