From 5165ddea52819c15895465aafd3e729158ab6c75 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 24 Oct 2024 21:24:40 +0200 Subject: [PATCH] DolphinQt: Remove a stray period from the Audio tab --- Source/Core/DolphinQt/Settings/AudioPane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."));