summaryrefslogtreecommitdiff
path: root/plugins/CountryFlags/src/ip2country.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CountryFlags/src/ip2country.cpp')
-rw-r--r--plugins/CountryFlags/src/ip2country.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CountryFlags/src/ip2country.cpp b/plugins/CountryFlags/src/ip2country.cpp
index d51373e7d2..1014bb8753 100644
--- a/plugins/CountryFlags/src/ip2country.cpp
+++ b/plugins/CountryFlags/src/ip2country.cpp
@@ -216,7 +216,7 @@ static int EnumIpDataLines(const char *pszFileCSV,const char *pszFileOut)
mir_wstrcpy(pszCountry,"UNITED KINGDOM");
else if (!mir_wstrcmpi(pszTwo,"JE")) /* map error */
mir_wstrcpy(pszCountry,"UNITED KINGDOM");
- else if (!mir_wstrcmpi(pszTwo,"AX")) /* Åland Island belongs to Finland */
+ else if (!mir_wstrcmpi(pszTwo,"AX")) /* Еland Island belongs to Finland */
mir_wstrcpy(pszCountry,"FINLAND");
else if (!mir_wstrcmpi(pszTwo,"ME"))
mir_wstrcpy(pszCountry,"MONTENEGRO");