Merge pull request #13170 from elisseck/dev/core/485
[civicrm-core.git] / CRM / Mailing / Page / Browse.php
index 28dec01cc687ef3a4b76294cad6a9122d6969b7c..166a50fe7fe34fca20ce00379a0e080a1f45aaea 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  */
 
 /**
@@ -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) {