Merge pull request #13229 from civicrm/5.8
[civicrm-core.git] / CRM / Financial / DAO / EntityFinancialTrxn.php
index 5bf7545ab578df8c74d1dd5fe2d1ed86bff2ab91..e37400aa8918f2685680da0838b1f651179c7235 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/Financial/EntityFinancialTrxn.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8650c2685e9d125bed6f9b65ce208621)
+ * (GenCodeChecksum:b7687297d632a4658b6686a5b540f974)
  */
 
 /**
@@ -95,7 +95,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Financial Transaction ID'),
-          'description' => 'ID',
+          'description' => ts('ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_trxn',
           'entity' => 'EntityFinancialTrxn',
@@ -106,7 +106,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc',
+          'description' => ts('May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -144,7 +144,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount'),
-          'description' => 'allocated amount of transaction to this entity',
+          'description' => ts('allocated amount of transaction to this entity'),
           'required' => TRUE,
           'precision' => [
             20,