Skip to content

Commit

Permalink
update text of warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Dec 5, 2020
1 parent d3b713b commit 5fb7f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,8 @@ void CClientDlg::OnTimerCheckAudioDeviceOk()
// it is trying to connect the server which does not help to solve the problem (#129))
if ( !pClient->IsCallbackEntered() )
{
QMessageBox::warning ( this, APP_NAME, tr ( "The soundcard device does not "
"work correctly. Please check the device selection and the driver settings." ) );
QMessageBox::warning ( this, APP_NAME, tr ( "The soundcard device does not work correctly. "
"Please open the settings and check the device selection and the driver settings." ) );
}
}

Expand Down

0 comments on commit 5fb7f61

Please sign in to comment.