diff --git a/src/duckstation-qt/consolesettingswidget.cpp b/src/duckstation-qt/consolesettingswidget.cpp index 4f405c8e7..8a451686d 100644 --- a/src/duckstation-qt/consolesettingswidget.cpp +++ b/src/duckstation-qt/consolesettingswidget.cpp @@ -67,11 +67,11 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(QtHostInterface* host_interface, QW tr("Loads the game image into RAM. Useful for network paths that may become unreliable during gameplay. In some " "cases also eliminates stutter when games initiate audio track playback.")); dialog->registerWidgetHelp( - m_ui.cdromReadSpeedup, tr("CDROM Read Speedup"), tr("None (Double Speed)"), + m_ui.cdromReadSpeedup, tr("CD-ROM Read Speedup"), tr("None (Double Speed)"), tr("Speeds up CD-ROM reads by the specified factor. Only applies to double-speed reads, and is ignored when audio " "is playing. May improve loading speeds in some games, at the cost of breaking others.")); dialog->registerWidgetHelp( - m_ui.cdromSeekSpeedup, tr("CDROM Seek Speedup"), tr("None (Normal Speed)"), + m_ui.cdromSeekSpeedup, tr("CD-ROM Seek Speedup"), tr("None (Normal Speed)"), tr("Reduces the simulated time for the CD-ROM sled to move to different areas of the disc. Can improve loading " "times, but crash games which do not expect the CD-ROM to operate faster.")); dialog->registerWidgetHelp(