From b8055c72d047f63ca7d7932eb5c98147ab0bd896 Mon Sep 17 00:00:00 2001 From: Andrew Pilley Date: Sun, 18 Feb 2024 18:50:31 +1100 Subject: [PATCH] <.< spelling. --- src/yuzu/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 934eb3b42e..0622f1a967 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -4368,7 +4368,7 @@ void GMainWindow::OnInstallDecryptionKeys() { game_list->PopulateAsync(UISettings::values.game_dirs); if (ContentManager::AreKeysPresent()) { - QMessageBox::information(this, tr("Decryption Keys install succeded"), + QMessageBox::information(this, tr("Decryption Keys install succeeded"), tr("Decryption Keys Installed")); } else { QMessageBox::critical(this, tr("Decryption Keys install failed"),