move text labeling of addExisting vault wizard to string properties file

This commit is contained in:
Armin Schrenk
2019-07-24 11:12:29 +02:00
parent dc8e7a86b0
commit 43c5482542
3 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
<Insets top="12" right="12" bottom="12" left="12"/>
</padding>
<children>
<Label text="Open your existing vault by choosing its masterkey file:"/>
<Label text="%addvaultwizard.existing.instruction"/>
<TextField fx:id="textField" text="path/to/masterkey.cryptomator" disable="true"/>
<Button text="file picker" onAction="#chooseFile"/>
<Button text="Back" onAction="#goBack"/>

View File

@@ -1,3 +1,4 @@
addvaultwizard.existing.instruction=Please choose the masterkey.cryptomator file of your existing vault
main.closeBtn.tooltip=Close
main.settingsBtn.tooltip=Settings
preferences.autoUpdateCheck=Check for updates automatically

View File

@@ -1,3 +1,4 @@
addvaultwizard.existing.instruction=Please choose the masterkey.cryptomator file of your existing vault
main.closeBtn.tooltip=Close
main.settingsBtn.tooltip=Settings
preferences.autoUpdateCheck=Check for updates automatically