Archived
0

fix button text

This commit is contained in:
iMoHax
2014-11-08 22:48:13 +03:00
parent 659d59df97
commit bb6da8f27f

View File

@@ -45,7 +45,7 @@ public class StationEditorController {
private StationUpdater updater; private StationUpdater updater;
private final Action actSave = new DialogAction("dialog.button.save", ButtonBar.ButtonType.OK_DONE, false, true, false, (e) -> { private final Action actSave = new DialogAction(Localization.getString("dialog.button.save"), ButtonBar.ButtonType.OK_DONE, false, true, false, (e) -> {
items.getSelectionModel().selectFirst(); items.getSelectionModel().selectFirst();
updater.commit(); updater.commit();
items.getSelectionModel().clearSelection(); items.getSelectionModel().clearSelection();