Settings: Rename 'Display All Frames' to 'Optimal Frame Pacing'

This commit is contained in:
Connor McLaughlin
2021-01-28 23:50:39 +10:00
parent 4bb3fb48f9
commit 9ada3c8e6f
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW
m_ui.vsync, tr("VSync"), tr("Checked"),
tr("Enable this option to match DuckStation's refresh rate with your current monitor or screen. "
"VSync is automatically disabled when it is not possible (e.g. running at non-100% speed)."));
dialog->registerWidgetHelp(m_ui.displayAllFrames, tr("Display All Frames"), tr("Unchecked"),
dialog->registerWidgetHelp(m_ui.displayAllFrames, tr("Optimal Frame Pacing"), tr("Unchecked"),
tr("Enable this option will ensure every frame the console renders is displayed to the "
"screen, for optimal frame pacing. If you are having difficulties maintaining full "
"speed, or are getting audio glitches, try disabling this option."));

View File

@ -88,7 +88,7 @@
<item row="1" column="1">
<widget class="QCheckBox" name="displayAllFrames">
<property name="text">
<string>Display All Frames</string>
<string>Optimal Frame Pacing</string>
</property>
</widget>
</item>