cleanup
authoryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 22 Jun 2015 12:43:26 +0000 (18:13 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 22 Jun 2015 12:43:26 +0000 (18:13 +0530)
CRM/Activity/Form/Activity.php
CRM/Contact/Form/Task/EmailCommon.php

index b8241aabc9a16e3c478413c6c5f0cb207d081af4..696dc88404dcb41c910ca549a13513a6f6209129 100644 (file)
@@ -1106,7 +1106,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
 
         $sentFollowup = CRM_Activity_BAO_Activity::sendToAssignee($followupActivity, $mailToFollowupContacts);
         if ($sentFollowup) {
-          $mailStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); 
+          $mailStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s).");
         }
       }
     }
index a281d231ed81871afe993e5412833d4dc29df9e8..560dbe518134b29a0e6b1f126f43d0e317ae319a 100644 (file)
@@ -543,7 +543,7 @@ class CRM_Contact_Form_Task_EmailCommon {
 
             $sentFollowup = CRM_Activity_BAO_Activity::sendToAssignee($followupActivity, $mailToFollowupContacts);
             if ($sentFollowup) {
-              $mailStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); 
+              $mailStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s).");
             }
           }
         }