From bbdc31cad6e51fa0cffdffa28c9a1edbeb8b756a Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 11 Apr 2024 23:21:40 +1000 Subject: [PATCH] Qt: String fix --- src/duckstation-qt/emulationsettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/emulationsettingswidget.cpp b/src/duckstation-qt/emulationsettingswidget.cpp index 6c45dacd8..349303a03 100644 --- a/src/duckstation-qt/emulationsettingswidget.cpp +++ b/src/duckstation-qt/emulationsettingswidget.cpp @@ -90,7 +90,7 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsWindow* dialog, QWidget tr("Sets the turbo speed. This speed will be used when the turbo hotkey is pressed/toggled. Turboing will take " "priority over fast forwarding if both hotkeys are pressed/toggled.")); dialog->registerWidgetHelp( - m_ui.vsync, tr("Display Vertical Sync (VSync)"), tr("Unchecked"), + m_ui.vsync, tr("Vertical Sync (VSync)"), tr("Unchecked"), tr("Synchronizes presentation of the console's frames to the host. Enabling may result in smoother animations, at " "the cost of increased input lag. GSync/FreeSync users should enable Optimal Frame Pacing " "instead."));