mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 10:27:33 +01:00
Merge pull request #9076 from Docteh/unknown
fix a tiny spelling mistake
This commit is contained in:
commit
b0ba1a0b65
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user