all repos — mgba @ 2a968d2512e60800da07c0e874d144811d65a1bb

mGBA Game Boy Advance Emulator

Qt: Fix typo
Vicki Pfau vi@endrift.com
Sun, 09 Apr 2017 00:08:30 -0700
commit

2a968d2512e60800da07c0e874d144811d65a1bb

parent

d4edbcf4491a5a7bbf961367c9bde21be3620024

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -780,7 +780,7 @@ int platform = 1 << context->core->platform(context->core);

#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();