mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update Translator.as
This commit is contained in:
parent
f8805233d0
commit
c07ceeddfd
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue