summaryrefslogtreecommitdiff
path: root/includes/iso.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-10 18:21:45 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-10 18:21:45 +0000
commitf1fcfb9fc50960ce0e98867b22eedf13fa476dc4 (patch)
tree45560c887b850ca0b5c1a9da31b669a928a3e1f6 /includes/iso.inc
parent970b096f42cf92efee84989086a2e5d215a1ffe0 (diff)
downloadbrdo-f1fcfb9fc50960ce0e98867b22eedf13fa476dc4.tar.gz
brdo-f1fcfb9fc50960ce0e98867b22eedf13fa476dc4.tar.bz2
- Patch #600790 by Alan D: fixed wrong ISO 3166-1 code.
Diffstat (limited to 'includes/iso.inc')
-rw-r--r--includes/iso.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/iso.inc b/includes/iso.inc
index 833f28c8f..111cc1682 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'),