diff --git a/Source/Core/DolphinQt/Settings/AudioPane.cpp b/Source/Core/DolphinQt/Settings/AudioPane.cpp index d7cfce3048..1cf98ba645 100644 --- a/Source/Core/DolphinQt/Settings/AudioPane.cpp +++ b/Source/Core/DolphinQt/Settings/AudioPane.cpp @@ -163,7 +163,7 @@ void AudioPane::CreateWidgets() auto* misc_layout = new QGridLayout; misc_box->setLayout(misc_layout); - m_speed_up_mute_enable = new QCheckBox(tr("Mute When Disabling Speed Limit.")); + m_speed_up_mute_enable = new QCheckBox(tr("Mute When Disabling Speed Limit")); m_speed_up_mute_enable->setToolTip( tr("Mutes the audio when overriding the emulation speed limit (default hotkey: Tab)."));