Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Fix grammar related to #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Nov 10, 2023
1 parent 574a60a commit 53ee4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ void App::eventCallback(

if (evt == afv_native::ClientEventType::AudioDeviceStoppedError) {
errorModal("The audio device " + *reinterpret_cast<std::string*>(data)
+ " has stopped working "
", check if they are still physically connected.");
+ " has stopped working"
", check if it is still physically connected.");
disconnectAndCleanup();
playErrorSound();
}
Expand Down

0 comments on commit 53ee4e9

Please sign in to comment.