diff --git a/includes/iso.inc b/includes/iso.inc index 833f28c8fff5423aff104ccf90e42ad709db92e8..111cc1682451ebc14eadc00076bc21f60977df31 100644 --- a/includes/iso.inc +++ b/includes/iso.inc @@ -99,6 +99,7 @@ function _country_get_predefined_list() { 'FO' => $t('Faroe Islands'), 'FR' => $t('France'), 'GA' => $t('Gabon'), + 'GB' => $t('United Kingdom'), 'GD' => $t('Grenada'), 'GE' => $t('Georgia'), 'GF' => $t('French Guiana'), @@ -251,7 +252,6 @@ function _country_get_predefined_list() { 'TZ' => $t('Tanzania'), 'UA' => $t('Ukraine'), 'UG' => $t('Uganda'), - 'UK' => $t('United Kingdom'), 'UM' => $t('United States Minor Outlying Islands'), 'US' => $t('United States'), 'UY' => $t('Uruguay'),