mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Fix formatting in account creation confirmation dialog
This commit is contained in:
parent
d7b4252367
commit
10feb18c1c
@ -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;
|
||||
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user