forked from organicmaps/organicmaps
Minor comment fix.
This commit is contained in:
parent
121417c776
commit
8f89176809
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ string GetCurrentTwine()
|
|||
// Simplified Chinese by default for all other cases.
|
||||
return "zh-Hans";
|
||||
}
|
||||
// Use short 2-chars versions for all other languages.
|
||||
// Use short (2 or 3 chars) versions for all other languages.
|
||||
return Normalize(lang);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue