From 06b521e380b11d33006b2cb0e0d04e5e40c2aa50 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Fri, 8 Jun 2018 12:20:50 +0530 Subject: [PATCH] dev/mail#1 - Modify message text for pause mailing --- CRM/Mailing/Page/Browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/Page/Browse.php b/CRM/Mailing/Page/Browse.php index 28dec01cc6..bb801f45fe 100644 --- a/CRM/Mailing/Page/Browse.php +++ b/CRM/Mailing/Page/Browse.php @@ -198,7 +198,7 @@ class CRM_Mailing_Page_Browse extends CRM_Core_Page { CRM_Core_Error::fatal(ts('You do not have permission to access this page.')); } CRM_Mailing_BAO_MailingJob::pause($this->_mailingId); - CRM_Core_Session::setStatus(ts('The mailing has been paused.'), ts('Paused'), 'success'); + CRM_Core_Session::setStatus(ts('The mailing has been paused. Active message deliveries may continue for a few minutes, but CiviMail will not begin delivery of any more batches.'), ts('Paused'), 'success'); CRM_Utils_System::redirect($context); } elseif ($this->_action & CRM_Core_Action::REOPEN) { -- 2.25.1