From 5a11d02fa80f3c5125809a50820ef81ae24c4a1b Mon Sep 17 00:00:00 2001 From: Martin Beyer Date: Tue, 9 Mar 2021 18:52:53 +0100 Subject: [PATCH] Splitting the "Lock after X minutes" Checkbox in to two string resources. --- .../resources/fxml/vault_options_autolock.fxml | 16 ++++++++++------ .../src/main/resources/i18n/strings.properties | 3 ++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/main/ui/src/main/resources/fxml/vault_options_autolock.fxml b/main/ui/src/main/resources/fxml/vault_options_autolock.fxml index 18a91f38d..a2f14453f 100644 --- a/main/ui/src/main/resources/fxml/vault_options_autolock.fxml +++ b/main/ui/src/main/resources/fxml/vault_options_autolock.fxml @@ -4,8 +4,9 @@ - + + - - - - - + + + + + + + + diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index 2ef5d89cc..fc66d90ea 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -295,7 +295,8 @@ vaultOptions.masterkey.recoverPasswordBtn=Recover Password ## Auto Lock vaultOptions.autoLock=Auto-Lock vaultOptions.autoLock.lockOnSleep=Lock on sleep -vaultOptions.autoLock.lockAfterIdleTime=Lock after computer is idle for x minutes +vaultOptions.autoLock.lockAfterIdleTimePart1=Lock after computer is idle for +vaultOptions.autoLock.lockAfterIdleTimePart2=minutes. vaultOptions.autoLock.lockAfterAmountOfIdleTime=Following minutes are set: # Recovery Key