mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-19 06:45:39 +00:00
Improve consistency of tooltips in Display Settings
This commit is contained in:
parent
82469ac425
commit
9fd09c33b1
|
@ -122,7 +122,7 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW
|
||||||
tr("Shows the number of frames (or v-syncs) displayed per second by the system in the "
|
tr("Shows the number of frames (or v-syncs) displayed per second by the system in the "
|
||||||
"top-right corner of the display."));
|
"top-right corner of the display."));
|
||||||
dialog->registerWidgetHelp(
|
dialog->registerWidgetHelp(
|
||||||
m_ui.showSpeed, tr("Show Speed"), tr("Unchecked"),
|
m_ui.showSpeed, tr("Show Emulation Speed"), tr("Unchecked"),
|
||||||
tr("Shows the current emulation speed of the system in the top-right corner of the display as a percentage."));
|
tr("Shows the current emulation speed of the system in the top-right corner of the display as a percentage."));
|
||||||
dialog->registerWidgetHelp(m_ui.showResolution, tr("Show Resolution"), tr("Unchecked"),
|
dialog->registerWidgetHelp(m_ui.showResolution, tr("Show Resolution"), tr("Unchecked"),
|
||||||
tr("Shows the resolution of the game in the top-right corner of the display."));
|
tr("Shows the resolution of the game in the top-right corner of the display."));
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="showOSDMessages">
|
<widget class="QCheckBox" name="showOSDMessages">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show Messages</string>
|
<string>Show OSD Messages</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue