small fix

This commit is contained in:
Volker Fischer 2020-05-07 09:49:37 +02:00
parent d268e8783b
commit c5f7f0e2b9

View File

@ -186,7 +186,7 @@ QString CSoundBase::SetDev ( const int iNewDev )
if ( !vsErrorList.isEmpty() )
{
// create error message with all details
QString sErrorMessage = "<b>" + tr ( "No usable " ) +
QString sErrorMessage = "<b>" + tr ( "No usable " ) +
strSystemDriverTechniqueName + tr ( " audio device "
"(driver) found." ) + "</b><br><br>" + tr (
"In the following there is a list of all available drivers "