mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-16 09:31:31 +00:00
Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not needed since Unicode rewrite.
This commit is contained in:
@@ -341,7 +341,6 @@ namespace VeraCrypt
|
||||
|
||||
// Ask user to select backup file path
|
||||
wxString confirmMsg = L"\n" + LangString["CONFIRM_VOL_HEADER_BAK"] + L"\n";
|
||||
confirmMsg.Replace (L"%hs", L"%s");
|
||||
|
||||
if (!AskYesNo (wxString::Format (confirmMsg, wstring (*volumePath).c_str()), true))
|
||||
return;
|
||||
@@ -1418,7 +1417,6 @@ namespace VeraCrypt
|
||||
// Restore header from an external backup
|
||||
|
||||
wxString confirmMsg = L"\n\n" + LangString["CONFIRM_VOL_HEADER_RESTORE"];
|
||||
confirmMsg.Replace (L"%hs", L"%s");
|
||||
|
||||
if (!AskYesNo (wxString::Format (confirmMsg, wstring (*volumePath).c_str()), true, true))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user