mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix typo
This commit is contained in:
parent
d4edbcf449
commit
2a968d2512
|
@ -780,7 +780,7 @@ void Window::gameStarted(mCoreThread* context, const QString& fname) {
|
|||
#ifdef M_CORE_DS
|
||||
if ((platform & SUPPORT_DS) && (!m_config->getOption("useBios").toInt() || m_config->getOption("ds.bios7").isNull() || m_config->getOption("ds.bios9").isNull() || m_config->getOption("ds.firmware").isNull())) {
|
||||
QMessageBox* fail = new QMessageBox(QMessageBox::Warning, tr("BIOS required"),
|
||||
tr("DS supoprt requires dumps of the BIOS and firmware."),
|
||||
tr("DS support requires dumps of the BIOS and firmware."),
|
||||
QMessageBox::Ok, this, Qt::Sheet);
|
||||
fail->setAttribute(Qt::WA_DeleteOnClose);
|
||||
fail->show();
|
||||
|
|
Loading…
Reference in New Issue