CRM-15603 - Standardize punctuation of 'You do not have permission to access this...
[civicrm-core.git] / CRM / Activity / Form / Activity.php
index b314494f11f92b3669237719a3375acd8e5a00da..901d2cb1625280f762709c8ac0bd4a89550bf900 100644 (file)
@@ -259,7 +259,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
 
     if ($this->_action & CRM_Core_Action::DELETE) {
       if (!CRM_Core_Permission::check('delete activities')) {
-        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.'));
       }
     }