Minor comment fix.

This commit is contained in:
Alex Zolotarev 2016-02-26 21:15:52 +03:00 committed by Sergey Yershov
parent 121417c776
commit 8f89176809

View file

@ -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);
}