From 207c6212e50cfa40d1538d614696a305e0291753 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 3 Jun 2016 13:14:10 +1000 Subject: [PATCH] update to avoid placeholder class in t() --- booking.emails_admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index cc474f0..e514a23 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -530,8 +530,8 @@ function _booking_email_get_default_selection_callback($form, $form_state) { ); $output_html = render($replacementform_data['booking-email-default-ids']); - $feedback_html = t("
Number of people selected: :num
", - array(':num' => count($defaults))); + $feedback_html = t("
Number of people selected: !num
", + array('!num' => count($defaults))); //watchdog('booking_debug', "
Manual Email ajax html\n@info
", array('@info' => print_r( $output_html, true))); //return a sequence of commands to run