mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-24 05:31:33 +00:00
move text labeling of addExisting vault wizard to string properties file
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user