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

@@ -49,7 +49,7 @@ public class SetSpeed extends Action{
Label label = new Label(t("Set speed to")+NBSP);
new Input(MAX_SPEED, maxSpeed).addTo(label).content(NBSP+t("km/h"));
label.addTo(form);
new Button(t("Save"),"return submitForm('"+formId+"');").addTo(form).addTo(win);
new Button(t("Apply"),"return submitForm('"+formId+"');").addTo(form).addTo(win);
return win;
}