improved texts

This commit is contained in:
Stephan Richter
2020-10-30 11:03:36 +01:00
parent 38ee7b5e12
commit 05784f94ce
9 changed files with 10 additions and 9 deletions

View File

@@ -214,7 +214,7 @@ public class Locomotive extends Car implements Constants,Device{
new Input(REALM,REALM_LOCO).hideIn(form);
Fieldset fieldset = new Fieldset(t("add new locomotive"));
new Input(Locomotive.NAME, t("new locomotive")).addTo(new Label(t("Name:")+" ")).addTo(fieldset);
new Button(t("save")).addTo(fieldset);
new Button(t("Apply")).addTo(fieldset);
fieldset.addTo(form).addTo(win);
return win;
}