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, ));