this can't possibly the be the "right way" to i18n actionscript stuff in vilya. Do we have a better

way lined up for this?


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@277 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Nathan Curtis
2007-04-10 21:00:27 +00:00
parent 94384e8fc7
commit a0850ca4e1
2 changed files with 14 additions and 5 deletions
@@ -88,6 +88,7 @@ public class EZGameConfigurator extends FlexGameConfigurator
var lbl :Label = new Label();
lbl.text = name + ":";
lbl.styleName = "lobbyLabel";
lbl.toolTip = tip;
control.toolTip = tip;