Remove extraneous period in activity postProcess status msg
authorDave Greenberg <dave@civicrm.org>
Tue, 13 Aug 2013 23:26:32 +0000 (16:26 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 13 Aug 2013 23:26:32 +0000 (16:26 -0700)
CRM/Activity/Form/Activity.php

index b0b08a9e3c53ffdaebba6111f4cbfbf3e00e05cd..7567b1cfc63e8fb12175ea43baae2ba5e75fd2b9 100644 (file)
@@ -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,