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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user