Fix typo in GraphicUserInterface.cpp

This commit is contained in:
Mounir IDRASSI 2021-08-21 22:00:29 +02:00
parent e001642f86
commit 49a1252306
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

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
}