From f3c5a1729799151deec6b230767fc153b06e4583 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 22 Jun 2015 18:13:26 +0530 Subject: [PATCH] cleanup --- CRM/Activity/Form/Activity.php | 2 +- CRM/Contact/Form/Task/EmailCommon.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Activity/Form/Activity.php b/CRM/Activity/Form/Activity.php index b8241aabc9..696dc88404 100644 --- a/CRM/Activity/Form/Activity.php +++ b/CRM/Activity/Form/Activity.php @@ -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 .= '
' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); + $mailStatus .= '
' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); } } } diff --git a/CRM/Contact/Form/Task/EmailCommon.php b/CRM/Contact/Form/Task/EmailCommon.php index a281d231ed..560dbe5181 100644 --- a/CRM/Contact/Form/Task/EmailCommon.php +++ b/CRM/Contact/Form/Task/EmailCommon.php @@ -543,7 +543,7 @@ class CRM_Contact_Form_Task_EmailCommon { $sentFollowup = CRM_Activity_BAO_Activity::sendToAssignee($followupActivity, $mailToFollowupContacts); if ($sentFollowup) { - $mailStatus .= '
' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); + $mailStatus .= '
' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s)."); } } } -- 2.25.1