mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
replacing hardcoded descriptions by strings.properties references for addvault new password controller
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<Region VBox.vgrow="ALWAYS"/>
|
||||
<ButtonBar buttonMinWidth="120" buttonOrder="B+I">
|
||||
<buttons>
|
||||
<Button text="TODO Back" ButtonBar.buttonData="BACK_PREVIOUS" onAction="#back"/>
|
||||
<Button fx:id="finishButton" text="TODO Next" ButtonBar.buttonData="FINISH" onAction="#finish" defaultButton="true" />
|
||||
<Button text="%generic.button.back" ButtonBar.buttonData="BACK_PREVIOUS" onAction="#back"/>
|
||||
<Button fx:id="finishButton" text="%generic.button.create" ButtonBar.buttonData="FINISH" onAction="#finish" defaultButton="true" />
|
||||
</buttons>
|
||||
</ButtonBar>
|
||||
</children>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
generic.button.back=Back
|
||||
generic.button.next=Next
|
||||
generic.button.open=Open
|
||||
generic.button.create=Create
|
||||
|
||||
#Add Vault Dialogues
|
||||
##Welcome
|
||||
|
||||
Reference in New Issue
Block a user