Merge pull request #13158 from elisseck/dev/core/544
[civicrm-core.git] / CRM / Mailing / Event / DAO / Unsubscribe.php
index 232dd895585bba34fd5ee8a7986c1b54b4b4bd5d..d8397181a6db6da605ee40904a0ee83e7e70b057 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/Mailing/Event/Unsubscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a44ecc4ce8b1a8ecdca57fff8d053392)
+ * (GenCodeChecksum:e2a14fa1a63bd3f7b4e4fb4864a8560e)
  */
 
 /**
@@ -99,7 +99,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_unsubscribe',
           'entity' => 'Unsubscribe',
@@ -111,7 +111,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'org_unsubscribe',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Unsubscribe is for Organization?'),
-          'description' => 'Unsubscribe at org- or group-level',
+          'description' => ts('Unsubscribe at org- or group-level'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_unsubscribe',
           'entity' => 'Unsubscribe',
@@ -122,7 +122,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Unsubscribe Timestamp'),
-          'description' => 'When this delivery event occurred.',
+          'description' => ts('When this delivery event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_unsubscribe',