Fixed translation issue with language combo.
FEA: ItEr75S07UserSettings
This commit is contained in:
parent
4257197149
commit
c50dbd372c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue