- Patch #600790 by Alan D: fixed wrong ISO 3166-1 code.

merge-requests/26/head
Dries Buytaert 2009-10-10 18:21:45 +00:00
parent 970b096f42
commit f1fcfb9fc5
1 changed files with 1 additions and 1 deletions

View File

@ -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'),