diff --git a/src/soundbase.cpp b/src/soundbase.cpp index c7f0c814..bdc1c833 100755 --- a/src/soundbase.cpp +++ b/src/soundbase.cpp @@ -186,7 +186,7 @@ QString CSoundBase::SetDev ( const int iNewDev ) if ( !vsErrorList.isEmpty() ) { // create error message with all details - QString sErrorMessage = "" + tr ( "No usable " ) + + QString sErrorMessage = "" + tr ( "No usable " ) + strSystemDriverTechniqueName + tr ( " audio device " "(driver) found." ) + "

" + tr ( "In the following there is a list of all available drivers "