From 63cafc382e727609cb04b1a9c3b3e10fe2b592cb Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Mon, 28 Nov 2016 13:37:39 +0000 Subject: [PATCH] Fix typo in StateProvince DAO --- CRM/Core/DAO/StateProvince.php | 2 +- xml/schema/Core/StateProvince.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/DAO/StateProvince.php b/CRM/Core/DAO/StateProvince.php index a134384c1f..06aae5a204 100644 --- a/CRM/Core/DAO/StateProvince.php +++ b/CRM/Core/DAO/StateProvince.php @@ -134,7 +134,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO { 'country_id' => array( 'name' => 'country_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('County') , + 'title' => ts('Country') , 'description' => 'ID of Country that State/Province belong', 'required' => true, 'FKClassName' => 'CRM_Core_DAO_Country', diff --git a/xml/schema/Core/StateProvince.xml b/xml/schema/Core/StateProvince.xml index f7fd037af5..53f7aba31f 100644 --- a/xml/schema/Core/StateProvince.xml +++ b/xml/schema/Core/StateProvince.xml @@ -38,7 +38,7 @@ country_id - County + Country int unsigned true ID of Country that State/Province belong -- 2.25.1