CRM-15603 - Standardize punctuation of 'Event templates are not meant to be registered.'
[civicrm-core.git] / CRM / Utils / DeprecatedUtils.php
index 900f6ef8a56468919d28d4e31038e9d50e86e747..48223ecf4ef416ded63eb60dec3de4e3e101def8 100644 (file)
@@ -1263,7 +1263,7 @@ function _civicrm_api3_deprecated_participant_check_params($params, $checkDuplic
   if (!empty($params['event_id'])) {
     $isTemplate = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $params['event_id'], 'is_template');
     if (!empty($isTemplate)) {
-      return civicrm_api3_create_error(ts('Event templates are not meant to be registered'));
+      return civicrm_api3_create_error(ts('Event templates are not meant to be registered.'));
     }
   }