Browse Source

Merge pull request #11374 from horgan/patch-1

Fix country name misspelling
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
a7f38eaa82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/net/geoipmanager.cpp

2
src/base/net/geoipmanager.cpp

@ -374,7 +374,7 @@ QString GeoIPManager::CountryName(const QString &countryISOCode) @@ -374,7 +374,7 @@ QString GeoIPManager::CountryName(const QString &countryISOCode)
{"VE", tr("Venezuela, Bolivarian Republic of")},
{"VG", tr("Virgin Islands, British")},
{"VI", tr("Virgin Islands, U.S.")},
{"VN", tr("Viet Nam")},
{"VN", tr("Vietnam")},
{"VU", tr("Vanuatu")},
{"WF", tr("Wallis and Futuna")},
{"WS", tr("Samoa")},

Loading…
Cancel
Save