CRM-15603 - Standardize punctuation of 'You do not have permission to access this...
[civicrm-core.git] / tools / CRM / Auction / Form / Auction.php
index 3bc9a202a152b5ceb750fa34f41ff3779de345d5..72409dcca51bcbf8fa0c7b13ab4cb756303f2f6f 100644 (file)
@@ -67,7 +67,7 @@ class CRM_Auction_Form_Auction extends CRM_Core_Form {
     $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this);
 
     if (!CRM_Core_Permission::checkActionPermission('CiviAuction', $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.'));
     }
 
     if (($this->_action & CRM_Core_Action::VIEW ||