From 1c30b209695d13e543a6073087a2549ccfddaab6 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 6 Mar 2020 18:53:26 +0100 Subject: [PATCH] updating text of first document inside a vault --- .../cryptomator/ui/addvaultwizard/ReadmeGenerator.java | 5 ++++- main/ui/src/main/resources/i18n/strings.properties | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/ReadmeGenerator.java b/main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/ReadmeGenerator.java index 08a37a198..e36ef9883 100644 --- a/main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/ReadmeGenerator.java +++ b/main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/ReadmeGenerator.java @@ -45,7 +45,10 @@ public class ReadmeGenerator { return createDocument(List.of( // String.format(HEADING,resourceBundle.getString("addvault.new.readme.accessLocation.1")), // resourceBundle.getString("addvault.new.readme.accessLocation.2"), // - resourceBundle.getString("addvault.new.readme.accessLocation.3") // + EMPTY_PAR, // + resourceBundle.getString("addvault.new.readme.accessLocation.3"), // + EMPTY_PAR, // + resourceBundle.getString("addvault.new.readme.accessLocation.4") )); } diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index 3003e8b0a..9aff45993 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -50,7 +50,6 @@ addvaultwizard.new.generateRecoveryKeyChoice=You won't be able to access your da addvaultwizard.new.generateRecoveryKeyChoice.yes=Yes please, better safe than sorry addvaultwizard.new.generateRecoveryKeyChoice.no=No thanks, I will not lose my password ### Information -addvault.new.readme.accessLocation.fileName=WELCOME.rtf addvault.new.readme.storageLocation.fileName=WHAT IS THIS DIRECTORY.rtf addvault.new.readme.storageLocation.1=⚠️ VAULT FILES ⚠️ addvault.new.readme.storageLocation.2=This is your vault's storage location. @@ -62,9 +61,11 @@ addvault.new.readme.storageLocation.7=1. Add this vault to Cryptomator addvault.new.readme.storageLocation.8=2. Unlock the vault in Cryptomator addvault.new.readme.storageLocation.9=3. Open the access location by clicking the "Reveal" button addvault.new.readme.storageLocation.10=If you need help, read the documentation: %s -addvault.new.readme.accessLocation.1=\\fs40\\qc 🔐️ ENCRYPTED VOLUME 🔐️ -addvault.new.readme.accessLocation.2=This is your vault's access location. Any files added to this volume will be encrypted by Cryptomator. To access this volume at a later point in time, simply unlock it again from within the Cryptomator application. -addvault.new.readme.accessLocation.3=Feel free to remove this file. +addvault.new.readme.accessLocation.fileName=WELCOME TO YOUR VAULT.rtf +addvault.new.readme.accessLocation.1=🔐️ ENCRYPTED VOLUME 🔐️ +addvault.new.readme.accessLocation.2=This is your vault's access location. +addvault.new.readme.accessLocation.3=Any files added to this volume will be encrypted by Cryptomator. You can work on it like on any other drive/folder. This is only a decrypted view of its content, your files stay encrypted on your hard drive all the time. +addvault.new.readme.accessLocation.4=Feel free to remove this file. ## Existing addvaultwizard.existing.instruction=Choose the "masterkey.cryptomator" file of your existing vault. addvaultwizard.existing.chooseBtn=Choose…