Skip to content

Commit

Permalink
Update mainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xujibbs committed Oct 29, 2022
1 parent 6f70946 commit 9057398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckstation-qt/mainwindow.cpp
Expand Up @@ -2450,7 +2450,7 @@ bool MainWindow::requestShutdown(bool allow_confirm /* = true */, bool allow_sav
QMessageBox msgbox(lock.getDialogParent());
msgbox.setIcon(QMessageBox::Question);
msgbox.setWindowTitle(tr("Confirm Shutdown"));
msgbox.setText("Are you sure you want to shut down the virtual machine?");
msgbox.setText(tr("Are you sure you want to shut down the virtual machine?)");

QCheckBox* save_cb = new QCheckBox(tr("Save State For Resume"), &msgbox);
save_cb->setChecked(allow_save_to_state && save_state);
Expand Down

0 comments on commit 9057398

Please sign in to comment.