Fixed translation issue with language combo.

FEA: ItEr75S07UserSettings
This commit is contained in:
Manuel Rego Casasnovas 2011-06-28 18:14:50 +02:00
parent 4257197149
commit c50dbd372c

View file

@ -55,7 +55,7 @@ public class SettingsController extends GenericForwardComposer {
public void render(org.zkoss.zul.Listitem item, Object data)
throws Exception {
Language language = (Language) data;
item.setLabel(language.getDisplayName());
item.setLabel(_(language.getDisplayName()));
}
};