Fixed a typo.
This commit is contained in:
parent
029eabbfdb
commit
f43589facb
@ -783,8 +783,8 @@ void MainWindow::init(void)
|
|||||||
qDebug("[Validating binaries]");
|
qDebug("[Validating binaries]");
|
||||||
if(!BinariesCheckThread::check(m_sysinfo.data()))
|
if(!BinariesCheckThread::check(m_sysinfo.data()))
|
||||||
{
|
{
|
||||||
QMessageBox::critical(this, tr("Invalid File!"), tr("<nobr>At least on required tool is missing or is not a valid Win32/Win64 binary.<br>Please re-install the program in order to fix the problem!</nobr>").replace("-", "−"));
|
QMessageBox::critical(this, tr("Invalid File!"), tr("<nobr>At least one required tool is missing or is not a valid Win32/Win64 binary.<br>Please re-install the program in order to fix the problem!</nobr>").replace("-", "−"));
|
||||||
qFatal("At least on required tool is missing or is not a valid Win32/Win64 binary!");
|
qFatal("At least one required tool is missing or is not a valid Win32/Win64 binary!");
|
||||||
}
|
}
|
||||||
qDebug(" ");
|
qDebug(" ");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user