From 0d3d115d67a9c3e7707e5762e72d2cb4fe72d673 Mon Sep 17 00:00:00 2001 From: Pierre GRASSER Date: Sun, 1 Oct 2023 18:55:25 +0200 Subject: [PATCH] Qt: Make "100%" string available for translation --- pcsx2-qt/Settings/EmulationSettingsWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp index 644c949047c7f..1ab080ae98271 100644 --- a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp +++ b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp @@ -106,7 +106,7 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsDialog* dialog, QWidget SettingWidgetBinder::BindWidgetToBoolSetting(sif, m_ui.hostFilesystem, "EmuCore", "HostFs", false); - dialog->registerWidgetHelp(m_ui.normalSpeed, tr("Normal Speed"), "100%", + dialog->registerWidgetHelp(m_ui.normalSpeed, tr("Normal Speed"), tr("100%"), tr("Sets the target emulation speed. It is not guaranteed that this speed will be reached, " "and if not, the emulator will run as fast as it can manage.")); //: The "User Preference" string will appear after the text "Recommended Value:"