diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-12-13 19:03:37 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-12-13 19:07:53 +0100 |
commit | c7637cbfa9a13db7b28a677e6af8d037ff7bd8d2 (patch) | |
tree | e7cb192a54c4265ddc7388b4180432edd289efbf /src/Mount | |
parent | 4f23267240acc7ff9606096b8841e430f1ce5a2d (diff) | |
download | VeraCrypt-c7637cbfa9a13db7b28a677e6af8d037ff7bd8d2.tar.gz VeraCrypt-c7637cbfa9a13db7b28a677e6af8d037ff7bd8d2.zip |
replicate change of "processors" with "logical processors"
Diffstat (limited to 'src/Mount')
-rw-r--r-- | src/Mount/Mount.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 413a51d0..f7db6fd3 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -330,7 +330,7 @@ BEGIN CONTROL "Accelerate AES encryption/decryption by using the AES instructions of the processor (if available)",IDC_ENABLE_HARDWARE_ENCRYPTION, "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,18,41,340,17 LTEXT "More information",IDC_MORE_INFO_ON_HW_ACCELERATION,18,61,165,10,SS_NOTIFY - CONTROL "Do not use the following number of processors for encryption/decryption:",IDC_LIMIT_ENC_THREAD_POOL, + CONTROL "Do not use the following number of logical processors for encryption/decryption:",IDC_LIMIT_ENC_THREAD_POOL, "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,18,103,283,11 COMBOBOX IDC_ENCRYPTION_FREE_CPU_COUNT,304,101,48,51,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "",IDT_LIMIT_ENC_THREAD_POOL_NOTE,18,126,334,33 |