From c5f7f0e2b9fd9edffd29e85bd2bf6e351257e1b0 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 7 May 2020 09:49:37 +0200 Subject: [PATCH] small fix --- src/soundbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "