Rename "Device"
Rename "Device" to "Playback device" to make clear what the setting refers to.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user