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

Fix typo in GraphicUserInterface.cpp

This commit is contained in:
Mounir IDRASSI
2021-08-21 22:00:29 +02:00
parent e001642f86
commit 49a1252306

View File

@@ -1018,7 +1018,7 @@ namespace VeraCrypt
wxLog::FlushActive();
Application::SetExitCode (1);
Gui->ShowInfo (LangStrin["LINUX_VC_RUNNING_ALREADY"]);
Gui->ShowInfo (LangString["LINUX_VC_RUNNING_ALREADY"]);
return false;
#endif
}