X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FDAO%2FTrackableURL.php;h=c7d7acb3aced80d908441ae3bc45ae4c2124c8a4;hb=c8115b6a584df05d3992d4ef86ac6fd5344a5e28;hp=7a9b71d1399275b0f27404c64680eab94bac3b5d;hpb=9ac4f6998bc411f30a94d7764140f6bcd7decaf7;p=civicrm-core.git diff --git a/CRM/Mailing/DAO/TrackableURL.php b/CRM/Mailing/DAO/TrackableURL.php index 7a9b71d139..c7d7acb3ac 100644 --- a/CRM/Mailing/DAO/TrackableURL.php +++ b/CRM/Mailing/DAO/TrackableURL.php @@ -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',