Merge pull request #13426 from eileenmcnaughton/report_instance_domain
[civicrm-core.git] / CRM / Price / DAO / PriceSetEntity.php
index d70e76fa3568a55e9ab48c6682bf696bbdec5f32..17f1a3c32eab6339cb60dbc6c2bdec3bba68484b 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Price/PriceSetEntity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6113d40ca79159b19d2c915aeb620e7c)
+ * (GenCodeChecksum:ba2a78bcd5c6c34e2a81d1bcef776ca3)
  */
 
 /**
@@ -92,7 +92,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set Entity ID'),
-          'description' => 'Price Set Entity',
+          'description' => ts('Price Set Entity'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',
@@ -103,7 +103,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Table which uses this price set',
+          'description' => ts('Table which uses this price set'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -116,7 +116,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity IF'),
-          'description' => 'Item in table',
+          'description' => ts('Item in table'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',
@@ -127,7 +127,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'price_set_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set'),
-          'description' => 'price set being used',
+          'description' => ts('price set being used'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',