瀏覽代碼

updating text of first document inside a vault

Armin Schrenk 5 年之前
父節點
當前提交
1c30b20969

+ 4 - 1
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")
 		));
 	}
 

+ 5 - 4
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…