Qt: Fix incorrect help text

This commit is contained in:
Stenzek 2025-06-15 13:23:36 +10:00
parent 466ccc5d88
commit 0c8cf0a4d7
No known key found for this signature in database

View File

@ -86,7 +86,7 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(SettingsWindow* dialog, QWidget* pa
dialog->registerWidgetHelp(m_ui.region, tr("Region"), tr("Auto-Detect"), dialog->registerWidgetHelp(m_ui.region, tr("Region"), tr("Auto-Detect"),
tr("Determines the emulated hardware type.")); tr("Determines the emulated hardware type."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.forceVideoTiming, tr("Force Video Timing"), tr("Disabled"), m_ui.forceVideoTiming, tr("Frame Rate"), tr("Auto-Detect"),
tr("Utilizes the chosen frame timing regardless of the active region. This feature can be used to force PAL games " tr("Utilizes the chosen frame timing regardless of the active region. This feature can be used to force PAL games "
"to run at 60Hz and NTSC games to run at 50Hz. For most games which have a speed tied to the framerate, this " "to run at 60Hz and NTSC games to run at 50Hz. For most games which have a speed tied to the framerate, this "
"will result in the game running approximately 17% faster or slower. For variable frame rate games, it may not " "will result in the game running approximately 17% faster or slower. For variable frame rate games, it may not "