main.cpp: Fix Grammar
This commit is contained in:
@@ -358,10 +358,10 @@ bool GMainWindow::LoadROM(const QString& filename) {
|
|||||||
tr("The ROM format is not supported."));
|
tr("The ROM format is not supported."));
|
||||||
break;
|
break;
|
||||||
case Core::System::ResultStatus::ErrorUnsupportedArch:
|
case Core::System::ResultStatus::ErrorUnsupportedArch:
|
||||||
LOG_CRITICAL(Frontend, "Unsupported Architecture detected!",
|
LOG_CRITICAL(Frontend, "Unsupported architecture detected!",
|
||||||
filename.toStdString().c_str());
|
filename.toStdString().c_str());
|
||||||
QMessageBox::critical(this, tr("Error while loading ROM!"),
|
QMessageBox::critical(this, tr("Error while loading ROM!"),
|
||||||
tr("The ROM uses currently unusable 32Bit Architecture"));
|
tr("The ROM uses currently unusable 32-bit architecture"));
|
||||||
break;
|
break;
|
||||||
case Core::System::ResultStatus::ErrorSystemMode:
|
case Core::System::ResultStatus::ErrorSystemMode:
|
||||||
LOG_CRITICAL(Frontend, "Failed to load ROM!");
|
LOG_CRITICAL(Frontend, "Failed to load ROM!");
|
||||||
|
|||||||
Reference in New Issue
Block a user