From 12e2d50380f7832a4fb228bc353c1bca5ac30fb4 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 13 Aug 2013 16:26:32 -0700 Subject: [PATCH] Remove extraneous period in activity postProcess status msg --- CRM/Activity/Form/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Activity/Form/Activity.php b/CRM/Activity/Form/Activity.php index b0b08a9e3c..7567b1cfc6 100644 --- a/CRM/Activity/Form/Activity.php +++ b/CRM/Activity/Form/Activity.php @@ -1180,7 +1180,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task { $subject = "'" . $params['subject'] . "'"; } - CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2. %3', + CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2 %3', array( 1 => $subject, 2 => $followupStatus, -- 2.25.1