implemented storing of loco and car properties

This commit is contained in:
Stephan Richter
2020-09-30 22:28:07 +02:00
parent 29888379c6
commit e8d5e1ab56
6 changed files with 111 additions and 14 deletions

View File

@@ -200,7 +200,7 @@ public abstract class Tile {
new Button(t("save")).addTo(form);
form.addTo(window);
} else {
window.content(t("This tile ({}) has no properties",getClass().getSimpleName()));
window.content(t("This tile ({}) has no editable properties",getClass().getSimpleName()));
}
if (route != null) {