From 5a735191a49765200533f5a7bbad81e03cd76e8d Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 17 Nov 2021 14:05:42 +0100 Subject: [PATCH] adjust heading (as it applies to both graceful and forced lock attempts) --- src/main/resources/i18n/strings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 0264f6b6c..7b17fa791 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -118,7 +118,7 @@ unlock.error.invalidMountPoint.existing=Mount point "%s" already exists or paren # Lock ## Force -lock.forced.heading=Graceful lock failed +lock.forced.heading=Lock failed lock.forced.message=Locking "%s" was blocked by pending operations or open files. You can force lock this vault, however interrupting I/O may result in the loss of unsaved data. lock.forced.retryBtn=Retry lock.forced.forceBtn=Force Lock