From 2a652b842fa8dc559fd88b36e4cc2dbbdd1070d7 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Sep 2019 17:40:27 +0200 Subject: Windows: Add two missing UI strings to XML translation files so that they can be localized correctly --- src/Common/Common.rc | 2 +- src/Common/Language.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Common') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 60ea0a5a..6c926f52 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -97,7 +97,7 @@ BEGIN RTEXT "Volume PIM:",IDT_PIM,15,177,91,17,NOT WS_VISIBLE LTEXT "Volume Label in Windows:",IDT_VOLUME_LABEL,12,85,95,8 CONTROL "Only create virtual device without mounting on selected drive letter",IDC_DISABLE_MOUNT_MANAGER, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,231,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,261,10 END IDD_KEYFILES DIALOGEX 0, 0, 363, 251 diff --git a/src/Common/Language.xml b/src/Common/Language.xml index fd5ee638..ad7637ea 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1435,6 +1435,8 @@ Use CPU hardware random generator as an additional source of entropy Use legacy maximum password length (64 characters) Activate encryption of keys and passwords stored in RAM + Benchmark: + Only create virtual device without mounting on selected drive letter -- cgit v1.2.3