From c137c562cd8e291c2af6ee9572f0c4d98521cc90 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 10 Feb 2025 23:43:59 +1000 Subject: [PATCH] Qt: Fix incorrect recommended value --- src/duckstation-qt/biossettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/biossettingswidget.cpp b/src/duckstation-qt/biossettingswidget.cpp index 6406ce287..76f1effcd 100644 --- a/src/duckstation-qt/biossettingswidget.cpp +++ b/src/duckstation-qt/biossettingswidget.cpp @@ -54,7 +54,7 @@ BIOSSettingsWidget::BIOSSettingsWidget(SettingsWindow* dialog, QWidget* parent) tr("Simulates the position of the switch on the cartridge. Most cartridges require the " "switch to be on for it to activate on startup.")); dialog->registerWidgetHelp( - m_ui.pioImageWrites, tr("Allow Image Writes"), tr("None"), + m_ui.pioImageWrites, tr("Allow Image Writes"), tr("Unchecked"), tr("Stores any images made to the cartridge's flash storage back to the host's file system. This will " "overwrite your cartridge dump, you should ensure you have a backup first."));