From 1f0cda4983f66a0d3a9f024ae3ee2d57c7bf59e6 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sat, 1 Jun 2024 20:54:12 +0200 Subject: [PATCH] Rename "Device" Rename "Device" to "Playback device" to make clear what the setting refers to. --- src/core/audio/AudioSdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/audio/AudioSdl.cpp b/src/core/audio/AudioSdl.cpp index 2066f89e6..c4c4dd21a 100644 --- a/src/core/audio/AudioSdl.cpp +++ b/src/core/audio/AudioSdl.cpp @@ -330,7 +330,7 @@ AudioSdl::setupWidget::setupWidget( QWidget * _parent ) : } #endif - form->addRow(tr("Device"), m_playbackDeviceComboBox); + form->addRow(tr("Playback device"), m_playbackDeviceComboBox); m_inputDeviceComboBox = new QComboBox(this);