Merge pull request #12923 from vinuvarshith/scheduled-reminders-error-fix
[civicrm-core.git] / CRM / Mailing / DAO / TrackableURL.php
index 7a9b71d1399275b0f27404c64680eab94bac3b5d..c7d7acb3aced80d908441ae3bc45ae4c2124c8a4 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/TrackableURL.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:13d0c2db9be0713818bda26731896ae6)
+ * (GenCodeChecksum:e0280e1322178bb6d56a8104589c1415)
  */
 
 /**
@@ -92,7 +92,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'name' => 'url',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Url'),
-          'description' => 'The URL to be tracked.',
+          'description' => ts('The URL to be tracked.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_trackable_url',
           'entity' => 'TrackableURL',
@@ -103,7 +103,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'name' => 'mailing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing'),
-          'description' => 'FK to the mailing',
+          'description' => ts('FK to the mailing'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_trackable_url',
           'entity' => 'TrackableURL',