CRM-15603 - Standardize punctuation of 'You do not have permission to access this...
[civicrm-core.git] / CRM / Mailing / Page / Browse.php
index 26728c156262bcaba148f8bb76e1951329a2e968..1ab348fe38823e4239c02bbaf52fc02f096882ca 100644 (file)
@@ -193,7 +193,7 @@ class CRM_Mailing_Page_Browse extends CRM_Core_Page {
 
         // check for action permissions.
         if (!CRM_Core_Permission::checkActionPermission('CiviMail', $this->_action)) {
-          CRM_Core_Error::fatal(ts('You do not have permission to access this page'));
+          CRM_Core_Error::fatal(ts('You do not have permission to access this page.'));
         }
 
         CRM_Mailing_BAO_Mailing::del($this->_mailingId);