Rename "Device"

Rename "Device" to "Playback device" to make clear what the setting
refers to.
This commit is contained in:
Michael Gregorius
2024-06-01 20:54:12 +02:00
parent a123d0e3cb
commit 1f0cda4983

View File

@@ -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);