IDEMPIERE-393 Setup wizards / translation issue

This commit is contained in:
Carlos Ruiz 2015-02-07 22:32:00 -05:00
parent 45a716dd96
commit c0dad6aa82
1 changed files with 3 additions and 3 deletions

View File

@ -373,15 +373,15 @@ public class WSetupWizard extends SetupWizard implements IFormController, EventL
bZoom.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "Zoom")); bZoom.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "Zoom"));
bZoom.addEventListener(Events.ON_CLICK, this); bZoom.addEventListener(Events.ON_CLICK, this);
bExpand.setLabel("Expand Tree"); bExpand.setLabel(Msg.getCleanMsg(Env.getCtx(), "ExpandTree"));
bExpand.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "ExpandTree")); bExpand.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "ExpandTree"));
bExpand.addEventListener(Events.ON_CLICK, this); bExpand.addEventListener(Events.ON_CLICK, this);
justmine.setLabel("Just Mine"); justmine.setLabel(Msg.getCleanMsg(Env.getCtx(), "JustMine"));
justmine.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "JustMine")); justmine.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "JustMine"));
justmine.addEventListener(Events.ON_CHECK,this); justmine.addEventListener(Events.ON_CHECK,this);
showColors.setLabel("Show Colors"); showColors.setLabel(Msg.getCleanMsg(Env.getCtx(), "ShowColors"));
showColors.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "ShowColors")); showColors.setTooltiptext(Msg.getCleanMsg(Env.getCtx(), "ShowColors"));
showColors.addEventListener(Events.ON_CHECK,this); showColors.addEventListener(Events.ON_CHECK,this);