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."));