diff --git a/src/win_main.cpp b/src/win_main.cpp
index 2134051..0681324 100644
--- a/src/win_main.cpp
+++ b/src/win_main.cpp
@@ -783,8 +783,8 @@ void MainWindow::init(void)
qDebug("[Validating binaries]");
if(!BinariesCheckThread::check(m_sysinfo.data()))
{
- QMessageBox::critical(this, tr("Invalid File!"), tr("At least on required tool is missing or is not a valid Win32/Win64 binary.
Please re-install the program in order to fix the problem!").replace("-", "−"));
- qFatal("At least on required tool is missing or is not a valid Win32/Win64 binary!");
+ QMessageBox::critical(this, tr("Invalid File!"), tr("At least one required tool is missing or is not a valid Win32/Win64 binary.
Please re-install the program in order to fix the problem!").replace("-", "−"));
+ qFatal("At least one required tool is missing or is not a valid Win32/Win64 binary!");
}
qDebug(" ");