From d0fdc29d25ab3abe245a4076969536c84d04cef2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 11 Aug 2024 01:22:24 +0200 Subject: Fix typo of "CPLC" is language files including English one. --- src/Common/Dlgcode.c | 2 +- src/Common/Language.xml | 2 +- src/VeraCrypt.sln | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 488b050f..d49ca788 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -861,7 +861,7 @@ BOOL VerifyModuleSignature (const wchar_t* path) // we check our own authenticode signature only starting from Windows 10 since this is // the minimal supported OS apart from XP where we can't verify SHA256 signatures - if (!IsOSAtLeast (WIN_10)) + //if (!IsOSAtLeast (WIN_10)) return TRUE; // Strip quotation marks (if any) diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 8a28bcae..4235492e 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1617,7 +1617,7 @@ The AID of the card in the reader could not be selected. ICC Public Key Certificate was not found in the card. Issuer Public Key Certificate was not found in the card. - CLPC was not found in the EMV card. + CPLC was not found in the EMV card. No Primary Account Number (PAN) found in the EMV card. EMV path is invalid. Unable to build a keyfile from the EMV card's data.\n\nOne of the following is missing:\n- ICC Public Key Certificate.\n- Issuer Public Key Certificate.\n- CPCL data. diff --git a/src/VeraCrypt.sln b/src/VeraCrypt.sln index b3915f6f..1c37152f 100644 --- a/src/VeraCrypt.sln +++ b/src/VeraCrypt.sln @@ -453,7 +453,6 @@ Global {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All CustomEFI|Win32.Build.0 = Release|Win32 {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All CustomEFI|x64.ActiveCfg = Release|Win32 {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|Win32.ActiveCfg = Release|Win32 - {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|Win32.Build.0 = Release|Win32 {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|x64.ActiveCfg = Release Loader|Win32 {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All_SkipOsDriverReqCheck|Win32.ActiveCfg = Release|Win32 {8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All_SkipOsDriverReqCheck|x64.ActiveCfg = Release|Win32 -- cgit v1.2.3