Skip to content

Commit

Permalink
Update error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jul 16, 2024
1 parent c0d5415 commit 86e9ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3147,8 +3147,8 @@ bool MainFrame::validateSoundCardSetup()
else if (!canRun)
{
wxMessageBox(wxString::Format(
"Your %s device cannot be found and may have been removed from your system. Please reattach this device and go to Tools->Audio Config... to confirm your audio setup.",
failedDeviceName), wxT("Sound Device Removed"), wxOK, this);
"Your %s device cannot be found and may have been removed from your system. Please reattach this device, close this message box and retry. If this fails, go to Tools->Audio Config... to check your settings.",
failedDeviceName), wxT("Sound Device Not Found"), wxOK, this);
}

engine->stop();
Expand Down

0 comments on commit 86e9ede

Please sign in to comment.