From 0a9e188c964d1583decfda26791524bcdc690fa0 Mon Sep 17 00:00:00 2001 From: ignotus Date: Thu, 21 May 2020 15:26:23 +0200 Subject: [PATCH] Update sound.cpp --- windows/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/sound.cpp b/windows/sound.cpp index 19b44360..d3633d97 100755 --- a/windows/sound.cpp +++ b/windows/sound.cpp @@ -118,7 +118,7 @@ QString CSound::CheckDeviceCapabilities() ( SetSaRateReturn == ASE_NotPresent ) ) { // return error string - return tr ( "The audio device does not support to set the required sampling " + return tr ( "The audio device does not support setting the required sampling " "rate. This error can happen if you have an audio interface like the " "Roland UA-25EX where you set the sample rate with a hardware switch " "on the audio device. If this is the case, please change the sample rate " @@ -517,7 +517,7 @@ CSound::CSound ( void (*fpNewCallback) ( CVector& psData, voi { throw CGenErr ( "" + tr ( "No ASIO audio device (driver) found." ) + "

" + tr ( "The " ) + APP_NAME + tr ( " software requires the low latency audio " - "interface ASIO to work properly. This is no standard " + "interface ASIO to work properly. This is not a standard " "Windows audio interface and therefore a special audio driver is " "required. Either your sound card has a native ASIO driver (which " "is recommended) or you might want to use alternative drivers like "