Translate description in DAO files
[civicrm-core.git] / CRM / Mailing / Event / DAO / Confirm.php
index 11b1b764f2c788aad12c9222b7dee6f228a4d62d..69535473a24744575a1c46cb7155a7b67efb43d7 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'name' => 'event_subscribe_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe ID'),
-          'description' => 'FK to civicrm_mailing_event_subscribe',
+          'description' => ts('FK to civicrm_mailing_event_subscribe'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_confirm',
           'entity' => 'Confirm',
@@ -104,7 +104,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Confirm Timestamp'),
-          'description' => 'When this confirmation event occurred.',
+          'description' => ts('When this confirmation event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_confirm',