mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix country name misspelling
This commit is contained in:
parent
c5da4d1500
commit
89d214bb8f
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ QString GeoIPManager::CountryName(const QString &countryISOCode)
|
||||||
{"VE", tr("Venezuela, Bolivarian Republic of")},
|
{"VE", tr("Venezuela, Bolivarian Republic of")},
|
||||||
{"VG", tr("Virgin Islands, British")},
|
{"VG", tr("Virgin Islands, British")},
|
||||||
{"VI", tr("Virgin Islands, U.S.")},
|
{"VI", tr("Virgin Islands, U.S.")},
|
||||||
{"VN", tr("Viet Nam")},
|
{"VN", tr("Vietnam")},
|
||||||
{"VU", tr("Vanuatu")},
|
{"VU", tr("Vanuatu")},
|
||||||
{"WF", tr("Wallis and Futuna")},
|
{"WF", tr("Wallis and Futuna")},
|
||||||
{"WS", tr("Samoa")},
|
{"WS", tr("Samoa")},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue