Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / Worldregion.php
index 7f6f1eeacd82f0a87746641a4b8840caee5aa276..7c0f63b5cf729a9ad3fdde9f46697b309641774b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Worldregion.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6dd4c29dfca409c7cd7a735836abd202)
+ * (GenCodeChecksum:f326bc6047454a630b352baf190b0cac)
  */
 
 /**
@@ -62,7 +62,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('World Region ID'),
-          'description' => 'Country Id',
+          'description' => ts('Country Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_worldregion',
           'entity' => 'Worldregion',
@@ -73,7 +73,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('World Region'),
-          'description' => 'Region name to be associated with countries',
+          'description' => ts('Region name to be associated with countries'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'export' => TRUE,