summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-26 11:17:10 +0100
committerAndras Timar <atimar@suse.com>2013-01-26 11:36:53 +0100
commit828dfdd4fb9fc133f4e3241e9722f23f3778db08 (patch)
tree23a8265da77570ab07cf4a8a9a193eb29a2a5794 /shell
parente99b540d8985b87247519c951e6ef65a01b1f5c9 (diff)
unify the spelling of 'Kazakh' language name
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/util/utilities.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index c62ec833b4fc..6fc78002a339 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -519,7 +519,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale )
usSubLang = SUBLANG_DEFAULT; //default sub language
}
else if ( wsLanguage == L"kk" )
- usPrimaryLang = LANG_KAZAK; //Kazak
+ usPrimaryLang = LANG_KAZAK; //Kazakh
else if ( wsLanguage == L"ky" )
usPrimaryLang = LANG_KYRGYZ; //Kyrgyz
else if ( wsLanguage == L"sw" )