CRM-15603 - Standardize punctuation of 'You do not have permission to access this...
[civicrm-core.git] / CRM / Upgrade / Snapshot / V4p2 / Price / BAO / Set.php
index 7f915ac22c358e92268b4cae6358305f10e783f7..3020ab246928b48a504b0cc20c6fe5d9d84d0fb7 100644 (file)
@@ -982,7 +982,7 @@ self::eventPriceSetDomainID()
 ) {
 $domain_id = CRM_Core_DAO::getFieldValue('CRM_Upgrade_Snapshot_V4p2_Price_DAO_Set', $sid, 'domain_id', 'id');
 if (CRM_Core_Config::domainID() != $domain_id) {
-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.'));
 }
 }
 return TRUE;