From e3a7fddddfb0142645405735419deb7c56905b29 Mon Sep 17 00:00:00 2001 From: jtscott <154165+jtscott@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:11:02 -0700 Subject: [PATCH] Resolve minor typo 'verion' --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 0dcb59396f..4ad60f4986 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -912,7 +912,7 @@ void main_window::HandlePupInstallation(QString file_path) { gui_log.warning("Reinstalling firmware: old=%s, new=%s", installed, version_string); - if (QMessageBox::question(this, tr("RPCS3 Firmware Installer"), tr("Firmware of version %1 has already been installed.\nOverwrite current installation with verion %2?").arg(qstr(installed), qstr(version_string)), + if (QMessageBox::question(this, tr("RPCS3 Firmware Installer"), tr("Firmware of version %1 has already been installed.\nOverwrite current installation with version %2?").arg(qstr(installed), qstr(version_string)), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::No) { gui_log.warning("Reinstallation of firmware aborted.");