mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: Remove a stray period from the Audio tab
This commit is contained in:
@ -163,7 +163,7 @@ void AudioPane::CreateWidgets()
|
|||||||
auto* misc_layout = new QGridLayout;
|
auto* misc_layout = new QGridLayout;
|
||||||
misc_box->setLayout(misc_layout);
|
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(
|
m_speed_up_mute_enable->setToolTip(
|
||||||
tr("Mutes the audio when overriding the emulation speed limit (default hotkey: Tab)."));
|
tr("Mutes the audio when overriding the emulation speed limit (default hotkey: Tab)."));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user