From 10feb18c1cea8d78ca56bdc56905c910cf9fc667 Mon Sep 17 00:00:00 2001 From: Gustavo Graziano Date: Tue, 12 May 2026 16:16:50 -0300 Subject: [PATCH] Fix formatting in account creation confirmation dialog --- rpcs3/rpcs3qt/rpcn_settings_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/rpcn_settings_dialog.cpp b/rpcs3/rpcs3qt/rpcn_settings_dialog.cpp index cab71be3bc..802a9b1e50 100644 --- a/rpcs3/rpcs3qt/rpcn_settings_dialog.cpp +++ b/rpcs3/rpcs3qt/rpcn_settings_dialog.cpp @@ -289,7 +289,7 @@ rpcn_account_dialog::rpcn_account_dialog(QWidget* parent) if (!email) return; - if (QMessageBox::question(this, tr("RPCN: Account Creation"), tr("You are about to create an account with:\n-Username:%0\n-Email:%1\n\nIs this correct?").arg(QString::fromStdString(*username)).arg(QString::fromStdString(*email))) != QMessageBox::Yes) + if (QMessageBox::question(this, tr("RPCN: Account Creation"), tr("You are about to create an account with:\n-Username: %0\n-Email: %1\n\nIs this correct?").arg(QString::fromStdString(*username)).arg(QString::fromStdString(*email))) != QMessageBox::Yes) return; {