diff --git a/src/duckstation-qt/setupwizarddialog.cpp b/src/duckstation-qt/setupwizarddialog.cpp index 1dace938d..840a8b8a2 100644 --- a/src/duckstation-qt/setupwizarddialog.cpp +++ b/src/duckstation-qt/setupwizarddialog.cpp @@ -44,9 +44,8 @@ bool SetupWizardDialog::canShowNextPage() { if (QMessageBox::question( this, tr("Warning"), - tr("No BIOS images were found. DuckStation will not be able to run games without a " - "BIOS image.

Are you sure you wish to continue without selecting a BIOS image?")) != - QMessageBox::Yes) + tr("No BIOS images were found. DuckStation WILL NOT be able to run games without a BIOS image.\n\nAre " + "you sure you wish to continue without selecting a BIOS image?")) != QMessageBox::Yes) { return false; }