|
@@ -18,12 +18,12 @@
|
|
|
</padding>
|
|
|
<children>
|
|
|
<TextFlow styleClass="text-flow">
|
|
|
- <Text text="TODO Quit application? There are unlocked vaults "/>
|
|
|
+ <Text text="%quit.prompt"/>
|
|
|
</TextFlow>
|
|
|
<HBox>
|
|
|
- <Button text="TODO cancel" cancelButton="true" onAction="#cancel"/>
|
|
|
+ <Button text="%generic.button.cancel" cancelButton="true" onAction="#cancel"/>
|
|
|
<Region HBox.hgrow="ALWAYS"/>
|
|
|
- <Button text="TODO lock and quit" defaultButton="true" onAction="#lockAndQuit" fx:id="lockAndQuitButton" contentDisplay="TEXT_ONLY">
|
|
|
+ <Button text="%quit.lockAndQuit" defaultButton="true" onAction="#lockAndQuit" fx:id="lockAndQuitButton" contentDisplay="TEXT_ONLY">
|
|
|
<graphic>
|
|
|
<ProgressIndicator progress="-1" prefWidth="12" prefHeight="12"/>
|
|
|
</graphic>
|