typo
This commit is contained in:
parent
3a8c86b3c8
commit
da8228750a
@ -151,7 +151,7 @@ public abstract class AbstractModule implements Module, Serializable {
|
|||||||
application.setRunAs(property.getValue().toString());
|
application.setRunAs(property.getValue().toString());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
toolbar.addComponent(new Label(application.getLocaleConfig().getText("runAs")));
|
toolbar.addComponent(new Label(application.getLocaleConfig().getText("runas")));
|
||||||
toolbar.addComponent(selRunAs);
|
toolbar.addComponent(selRunAs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user