mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 195093 : fix a typo (eu-US --> en-US) (thanks to tor who noticed it in bug 153586)
This commit is contained in:
parent
9731aec3a9
commit
eaa30cd46a
@ -216,7 +216,7 @@ nsLocaleService::nsLocaleService(void)
|
||||
char* lang = getenv("LANG");
|
||||
if ( lang == nsnull ) {
|
||||
platformLocale.Assign(NS_LITERAL_STRING("en_US"));
|
||||
result = posixConverter->GetXPLocale("eu-US", xpLocale);
|
||||
result = posixConverter->GetXPLocale("en-US", xpLocale);
|
||||
}
|
||||
else {
|
||||
result = posixConverter->GetXPLocale(lang, xpLocale);
|
||||
|
Loading…
Reference in New Issue
Block a user