From 06d804b96a19fefcf0fad45ab9f75c4fcde3dc6e Mon Sep 17 00:00:00 2001 From: ignotus Date: Thu, 21 May 2020 15:27:07 +0200 Subject: [PATCH] Update soundbase.cpp --- src/soundbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soundbase.cpp b/src/soundbase.cpp index bdc1c833..6c25d810 100755 --- a/src/soundbase.cpp +++ b/src/soundbase.cpp @@ -139,7 +139,7 @@ QString CSoundBase::SetDev ( const int iNewDev ) // software anymore QMessageBox::critical ( nullptr, APP_NAME, QString ( tr ( "The audio driver properties " - "have changed to a state which is incompatible to this " + "have changed to a state which is incompatible with this " "software. The selected audio device could not be used " "because of the following error:" ) + " " ) + strErrorMessage +