early-access version 3031

This commit is contained in:
pineappleEA
2022-10-16 10:09:04 +02:00
parent 7d967241e6
commit a16bd56aff
4 changed files with 6 additions and 4 deletions

View File

@@ -3280,7 +3280,7 @@ void GMainWindow::LoadAmiibo(const QString& filename) {
QMessageBox::warning(this, title, tr("The current game is not looking for amiibos"));
break;
case InputCommon::VirtualAmiibo::Info::Unknown:
QMessageBox::warning(this, title, tr("An unkown error occured"));
QMessageBox::warning(this, title, tr("An unknown error occurred"));
break;
default:
break;