CRM-15603 - Standardize punctuation of 'You do not have permission to access this...
[civicrm-core.git] / CRM / Grant / Form / Grant.php
index 1c8c6a90d2750c6d00d5e77184d2d92b53bc78c0..8c6e9c0babbfad0f75764478e3f49d7a43d74842 100644 (file)
@@ -87,7 +87,7 @@ class CRM_Grant_Form_Grant extends CRM_Core_Form {
 
     //check permission for action.
     if (!CRM_Core_Permission::checkActionPermission('CiviGrant', $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.'));
     }
 
     $this->setPageTitle(ts('Grant'));