diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-08 14:13:14 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-08 14:13:14 +0000 |
commit | ff29734301dfc1d2cff5b80b7dbeee50f7b59f5a (patch) | |
tree | 2055796ef5bd266e66d1bcd87beff45366f8513f /src | |
parent | 2bfb78e73d663d30f1c640a48ab4a608ea64ffa6 (diff) |
core: Russian Federation -> Russia (as all other countries)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/utils/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/utils/utils.cpp b/src/modules/utils/utils.cpp index 55fee346cb..0bb23dab5b 100644 --- a/src/modules/utils/utils.cpp +++ b/src/modules/utils/utils.cpp @@ -231,7 +231,7 @@ static CountryListEntry countries[] = { {974, LPGEN("Qatar"), "QA"},
{262, LPGEN("Reunion"), "RE"},
{40, LPGEN("Romania"), "RO"},
- {7, LPGEN("Russian Federation"), "RU"},
+ {7, LPGEN("Russia"), "RU"},
{250, LPGEN("Rwanda"), "RW"},
{590, LPGEN("Saint Barthelemy"), "BL"},
{290, LPGEN("Saint Helena, Ascension and Tristan da Cunha"), "SH"},
|