Merge pull request #13237 from MegaphoneJon/core-571
[civicrm-core.git] / CRM / Mailing / DAO / BounceType.php
index c49c51391b61723415b72713454e011d57e33ebb..6b2ce2e986ac206f6ed982c2f0038dbe7d938846 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/BounceType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:58e082dadf7a5125e5c34d0f9cffb0f1)
+ * (GenCodeChecksum:317021d6e37d4d4d6fd91e15aaef8f93)
  */
 
 /**
@@ -84,7 +84,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bounce Type Name'),
-          'description' => 'Type of bounce',
+          'description' => ts('Type of bounce'),
           'required' => TRUE,
           'maxlength' => 24,
           'size' => CRM_Utils_Type::MEDIUM,
@@ -97,7 +97,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bounce Type Description'),
-          'description' => 'A description of this bounce type',
+          'description' => ts('A description of this bounce type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_bounce_type',
@@ -109,7 +109,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'hold_threshold',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Hold Threshold'),
-          'description' => 'Number of bounces of this type required before the email address is put on bounce hold',
+          'description' => ts('Number of bounces of this type required before the email address is put on bounce hold'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_bounce_type',
           'entity' => 'BounceType',