Translate description in DAO files
[civicrm-core.git] / CRM / Event / Cart / DAO / EventInCart.php
index c66281eeab3d5606d9d962594670a5c75d8c9267..a6e18bced36c6aba5a6c285db656ef2b425b66ca 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event In Cart'),
-          'description' => 'Event In Cart Id',
+          'description' => ts('Event In Cart Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
@@ -96,7 +96,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'event_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event'),
-          'description' => 'FK to Event ID',
+          'description' => ts('FK to Event ID'),
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
@@ -107,7 +107,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'event_cart_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event In Cart'),
-          'description' => 'FK to Event Cart ID',
+          'description' => ts('FK to Event Cart ID'),
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',