From a8e6b265d44825cf4eaf98cb2cdf2eab5cc28b7a Mon Sep 17 00:00:00 2001 From: Sidsector9 Date: Fri, 9 Dec 2016 01:55:24 +0530 Subject: [PATCH] Update IN.php Spelling corrected from "Dadar and Nagar Haveli" to "Dadra and Nagar Haveli" on line 44. --- i18n/states/IN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/states/IN.php b/i18n/states/IN.php index 83a0339887e..1f12d04a8bd 100644 --- a/i18n/states/IN.php +++ b/i18n/states/IN.php @@ -41,7 +41,7 @@ $states['IN'] = array( 'WB' => __( 'West Bengal', 'woocommerce' ), 'AN' => __( 'Andaman and Nicobar Islands', 'woocommerce' ), 'CH' => __( 'Chandigarh', 'woocommerce' ), - 'DN' => __( 'Dadar and Nagar Haveli', 'woocommerce' ), + 'DN' => __( 'Dadra and Nagar Haveli', 'woocommerce' ), 'DD' => __( 'Daman and Diu', 'woocommerce' ), 'DL' => __( 'Delhi', 'woocommerce' ), 'LD' => __( 'Lakshadeep', 'woocommerce' ),