From 259e65287f92f543204a692a3b0e847641175dcd Mon Sep 17 00:00:00 2001 From: Exverge Date: Sat, 23 Mar 2024 00:24:42 -0400 Subject: [PATCH] Fix typo in encryption keys --- src/suyu/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/suyu/main.cpp b/src/suyu/main.cpp index 0d07c8d6d0..e7354e8fa5 100644 --- a/src/suyu/main.cpp +++ b/src/suyu/main.cpp @@ -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.")); }