zkwebui Translation

This commit is contained in:
Carlos Ruiz 2011-03-26 00:47:01 -05:00
parent 94461d87c5
commit 4c46bf37cc
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ public class InfoProductPanel extends InfoPanel implements EventListener
Tabs tabs = new Tabs();
tabbedPane.appendChild(tabs);
Tab tab = new Tab(Msg.translate(Env.getCtx(), "Warehouse"));
Tab tab = new Tab(Util.cleanAmp(Msg.translate(Env.getCtx(), "Warehouse")));
tabs.appendChild(tab);
Tabpanel desktopTabPanel = new Tabpanel();
desktopTabPanel.setHeight("100%");