Browse Source
Merge pull request #9076 from Docteh/unknown
fix a tiny spelling mistake
pull/15/merge
bunnei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -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; |
|
|
|
|