Translate description in DAO files
[civicrm-core.git] / CRM / Contact / DAO / GroupNesting.php
index d280df1f30ad13878e4901f8abfb9d7a2cc8c10d..7bee2e05b03d0376c5d1c482433384b5ad62cec9 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Nesting ID'),
-          'description' => 'Relationship ID',
+          'description' => ts('Relationship ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
@@ -96,7 +96,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'child_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Child Group'),
-          'description' => 'ID of the child group',
+          'description' => ts('ID of the child group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
@@ -108,7 +108,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'parent_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Group'),
-          'description' => 'ID of the parent group',
+          'description' => ts('ID of the parent group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',