diff --git a/pcsx2-qt/Settings/SettingsDialog.cpp b/pcsx2-qt/Settings/SettingsDialog.cpp index fa8842f1ed..4e60c68a76 100644 --- a/pcsx2-qt/Settings/SettingsDialog.cpp +++ b/pcsx2-qt/Settings/SettingsDialog.cpp @@ -113,7 +113,7 @@ void SettingsDialog::setupUi(const GameList::Entry* game) if (isPerGameSettings()) { addWidget(m_game_fix_settings_widget = new GameFixSettingsWidget(this, m_ui.settingsContainer), tr("Game Fix"), - QStringLiteral("close-line"), tr("Game Fix Settings
")); + QStringLiteral("close-line"), tr("Game Fix Settings
Gamefixes can work around incorrect emulation in some titles
however they can also cause problems in games if used incorrectly.
It is best to leave them all disabled unless advised otherwise.")); } }