1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Remove Truecrypt name is error message.

This commit is contained in:
Mounir IDRASSI
2014-12-17 00:22:31 +01:00
parent c27461572c
commit 5b151492bd
2 changed files with 3 additions and 3 deletions

View File

@@ -9169,7 +9169,7 @@ void AnalyzeKernelMiniDump (HWND hwndDlg)
if (otherDriver)
{
msg += GetString ("SYSTEM_CRASH_NO_TRUECRYPT");
msg += GetString ("SYSTEM_CRASH_NO_VERACRYPT");
msg += L"\n\n";
}