Update Translator.as

This commit is contained in:
doyousketch2 2014-06-25 14:47:07 -04:00
parent f8805233d0
commit c07ceeddfd

View file

@ -115,7 +115,7 @@ public class Translator {
}
private static function setFontsFor(lang:String):void {
// Set the rightToLeft flag and font sizes the given langauge.
// Set the rightToLeft flag and font sizes the given language.
currentLang = lang;
isEnglish = (lang == 'en');