Skip to content

Commit

Permalink
Qt: Make "100%" string available for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmfulBreeze authored and stenzek committed Oct 1, 2023
1 parent a9959bc commit 0d3d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/EmulationSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 0d3d115

Please sign in to comment.