From 9868abe1b15f0e57c9e2ac4f0e945bd75a1a83bc Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Mon, 24 Oct 2022 15:17:27 +0100 Subject: [PATCH] UI: Minor text fixes Fixes flipped text from the Spin GPU PR. --- pcsx2-qt/Settings/GraphicsSettingsWidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp index 497a8b71de..021aabcf96 100644 --- a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp @@ -412,12 +412,12 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget* "to your games. However IF you have ENABLED this, you WILL DISABLE AUTOMATIC " "SETTINGS and you can re-enable automatic settings by unchecking this option.")); - dialog->registerWidgetHelp(m_ui.spinGPUDuringReadbacks, tr("Spin GPU During Readbacks"), tr("Unchecked"), - tr("Submits useless work to the GPU during readbacks to prevent it from going into powersave modes. " + dialog->registerWidgetHelp(m_ui.spinCPUDuringReadbacks, tr("Spin CPU During Readbacks"), tr("Unchecked"), + tr("Does useless work on the CPU during readbacks to prevent it from going to into powersave modes. " "May improve performance but with a significant increase in power usage.")); - dialog->registerWidgetHelp(m_ui.spinGPUDuringReadbacks, tr("Spin CPU During Readbacks"), tr("Unchecked"), - tr("Does useless work on the CPU during readbacks to prevent it from going to into powersave modes. " + dialog->registerWidgetHelp(m_ui.spinGPUDuringReadbacks, tr("Spin GPU During Readbacks"), tr("Unchecked"), + tr("Submits useless work to the GPU during readbacks to prevent it from going into powersave modes. " "May improve performance but with a significant increase in power usage.")); // Software