This commit is contained in:
Nayla Hanegan 2023-04-24 09:41:01 -04:00
parent 126b10e05a
commit f161453af9
No known key found for this signature in database
GPG key ID: BAFE9001DA16CFA2
2 changed files with 34 additions and 13 deletions

View file

@ -1005,10 +1005,10 @@ bool MainWindow::RequestStopNetplay()
auto confirm = ModalMessageBox::question(
confirm_parent, tr("Quitter!"),
m_stop_requested ? tr("A user closed down their game from the netplay lobby. "
"This could the Netplay session has ended due to someone ragequitting! "
"This means the Netplay session has ended! "
"Do you want to stop the current emulation?") :
tr("A user closed down their game from the netplay lobby. "
"This could the Netplay session has ended due to someone ragequitting"
"This means the Netplay session has ended! "
"Do you want to stop the current emulation?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::NoButton, Qt::ApplicationModal);