From 6da7eae2f8bd9dc45fc02c76dbc7ccfc8ce1942d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 9 Dec 2020 14:55:22 +0100 Subject: [PATCH] Minor changes in lettering --- main/ui/src/main/resources/i18n/strings.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index a4f1d70f2..c0f20d9fc 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -110,11 +110,11 @@ unlock.error.invalidMountPoint.existing=Mount point "%s" already exists or paren # Lock ## Force -lock.forced.heading=Forcefully Lock Vault? +lock.forced.heading=Forcefully lock vault? lock.forced.message=The vault "%s" cannot be locked due to open files or pending operations. You can enforce locking, but unsaved data will be lost and pending read/write operations aborted. -lock.forced.confirmBtn=Force Locking +lock.forced.confirmBtn=Force locking ## Failure -lock.fail.heading=Locking Vault failed +lock.fail.heading=Locking vault failed. lock.fail.message=Vault "%s" could not be locked. Ensure unsaved work is saved elsewhere and important Read/Write operations are finished. In order to close the vault, kill the Cryptomator process. # Migration