Qt: Change name of Adjust to Host Refresh Rate

Changes the name of Adjust To Host Refresh Rate to Scale to Host Refresh Rate.
This commit is contained in:
JordanTheToaster 2022-08-16 16:56:25 +01:00 committed by refractionpcsx2
parent 2b61e10d91
commit 2d0e0c8fcc
2 changed files with 3 additions and 3 deletions

View File

@ -65,10 +65,10 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsDialog* dialog, QWidget
dialog->registerWidgetHelp(m_ui.speedLimiter, tr("Speed Limiter"), tr("Checked"),
tr("Limits the emulation to the appropriate framerate for the currently running game."));
dialog->registerWidgetHelp(m_ui.syncToHostRefreshRate, tr("Sync To Host Refresh Rate"), tr("Unchecked"),
dialog->registerWidgetHelp(m_ui.syncToHostRefreshRate, tr("Scale To Host Refresh Rate"), tr("Unchecked"),
tr("Adjusts the emulation speed so the console's refresh rate matches the host's refresh rate when both VSync and "
"Audio Resampling settings are enabled. This results in the smoothest animations possible, at the cost of "
"potentially increasing the emulation speed by less than 1%. Sync To Host Refresh Rate will not take effect if "
"potentially increasing the emulation speed by less than 1%. Scale To Host Refresh Rate will not take effect if "
"the console's refresh rate is too far from the host's refresh rate. Users with variable refresh rate displays "
"should disable this option."));

View File

@ -110,7 +110,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="syncToHostRefreshRate">
<property name="text">
<string>Adjust To Host Refresh Rate</string>
<string>Scale To Host Refresh Rate</string>
</property>
</widget>
</item>