Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / Mapping.php
index a3973f0678a7e468f09e0f52105e12610128a6dc..df387a3615ed544983f8110d8775276151dff995 100644 (file)
@@ -76,7 +76,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Mapping ID',
+          'description' => ts('Mapping ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
@@ -87,7 +87,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of Mapping',
+          'description' => ts('Name of Mapping'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mapping',
@@ -99,7 +99,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Description of Mapping.',
+          'description' => ts('Description of Mapping.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping',
@@ -111,7 +111,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'mapping_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Type'),
-          'description' => 'Mapping Type',
+          'description' => ts('Mapping Type'),
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',