(NFC) Regenerate DAO Checksums after changes to codegen
[civicrm-core.git] / CRM / Event / DAO / ParticipantPayment.php
index 477459d7c175ac9b35688a41f7a60e24b7bfa3fa..393f3527e160158cf1c41fd86044aea906520601 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Event/ParticipantPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:293a5e4f208de9a01639960975850cd4)
+ * (GenCodeChecksum:33976e80c23c2f9eeaa844c812004b42)
  */
 
 /**
@@ -85,7 +85,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment ID'),
-          'description' => 'Participant Payment Id',
+          'description' => ts('Participant Payment Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',
@@ -96,7 +96,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'participant_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant ID'),
-          'description' => 'Participant Id (FK)',
+          'description' => ts('Participant Id (FK)'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',
@@ -108,7 +108,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',