From fb3cae9ad36816326ebd10c90a775dd9ccb2d0bc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Apr 2018 11:36:44 +0200 Subject: [PATCH] Fix translation of country for GB --- htdocs/langs/en_US/dict.lang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/dict.lang b/htdocs/langs/en_US/dict.lang index f0fa27bcbf8..81f62469896 100644 --- a/htdocs/langs/en_US/dict.lang +++ b/htdocs/langs/en_US/dict.lang @@ -5,7 +5,8 @@ CountryIT=Italy CountryES=Spain CountryDE=Germany CountryCH=Switzerland -CountryGB=Great Britain +# Warning, country code GB is for United Kingdom. UK Does not exists as country code in ISO standard. +CountryGB=United Kingdom CountryUK=United Kingdom CountryIE=Ireland CountryCN=China