From ad45ace97d25742926579319a2f476d71df3d57a Mon Sep 17 00:00:00 2001 From: Bobby Smith <33353403+bslenul@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:13:39 +0200 Subject: [PATCH] Qt: fix "Show Controller Input" and "Show Settings" descriptions (#3159) --- src/duckstation-qt/graphicssettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/graphicssettingswidget.cpp b/src/duckstation-qt/graphicssettingswidget.cpp index 876d18fc9..5c7ccd6ab 100644 --- a/src/duckstation-qt/graphicssettingswidget.cpp +++ b/src/duckstation-qt/graphicssettingswidget.cpp @@ -438,7 +438,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* dialog, QWidget* dialog->registerWidgetHelp( m_ui.showInput, tr("Show Controller Input"), tr("Unchecked"), tr("Shows the current controller state of the system in the bottom-left corner of the display.")); - dialog->registerWidgetHelp(m_ui.showInput, tr("Show Settings"), tr("Unchecked"), + dialog->registerWidgetHelp(m_ui.showSettings, tr("Show Settings"), tr("Unchecked"), tr("Shows a summary of current settings in the bottom-right corner of the display.")); dialog->registerWidgetHelp(m_ui.showStatusIndicators, tr("Show Status Indicators"), tr("Checked"), tr("Shows indicators on screen when the system is not running in its \"normal\" state. "