Fix typo in encryption keys
suyu-ci / reuse (push) Failing after 11s Details
codespell / Check for spelling errors (push) Has been cancelled Details
suyu verify / test build (linux-fresh, clang) (push) Has been cancelled Details
suyu verify / test build (linux-fresh, linux) (push) Has been cancelled Details
suyu verify / test build (linux-mingw, windows) (push) Has been cancelled Details
suyu verify / android (push) Has been cancelled Details
suyu verify / Verify Format (push) Has been cancelled Details

This commit is contained in:
Exverge 2024-03-23 00:24:42 -04:00
parent 42f3dd309e
commit 259e65287f
Signed by: Exverge
GPG Key ID: 19AAFC0AC6A9B35A
1 changed files with 4 additions and 4 deletions

View File

@ -1755,8 +1755,8 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
if (!ContentManager::AreKeysPresent()) {
QMessageBox::warning(this, tr("Derivation Components Missing"),
tr("Encryption keys are missing. "
"In order to use this emulator"
"you need to provide your own encryption keys"
"In order to use this emulator, "
"you need to provide your own encryption keys "
"in order to play them."));
return false;
}
@ -4630,8 +4630,8 @@ void GMainWindow::OnCheckFirmwareDecryption() {
if (!ContentManager::AreKeysPresent()) {
QMessageBox::warning(this, tr("Derivation Components Missing"),
tr("Encryption keys are missing. "
"In order to use this emulator"
"you need to provide your own encryption keys"
"In order to use this emulator, "
"you need to provide your own encryption keys "
"in order to play them."));
}