diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-21 22:00:29 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-21 22:36:40 +0200 |
commit | 49a125230654d0a388718cfd43ded546a1d7e5f5 (patch) | |
tree | 8b311b385bc915c62ff9f1a7f71531250c4e22e9 | |
parent | e001642f86c959d97a1919886a79d223f2517200 (diff) | |
download | VeraCrypt-49a125230654d0a388718cfd43ded546a1d7e5f5.tar.gz VeraCrypt-49a125230654d0a388718cfd43ded546a1d7e5f5.zip |
Fix typo in GraphicUserInterface.cpp
-rwxr-xr-x | src/Main/GraphicUserInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index 0d90629e..7d1cee7c 100755 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -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 } |