mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 06:38:49 +02:00
Corrected missing closing period
This commit is contained in:
parent
e24d6d825f
commit
e05d8aedd5
@ -1089,7 +1089,7 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// msmeyer: Show error message if stream could not be opened
|
// msmeyer: Show error message if stream could not be opened
|
||||||
wxMessageBox(_("Error opening sound device. Try changing the audio host, recording device and the project sample rate"),
|
wxMessageBox(_("Error opening sound device. Try changing the audio host, recording device and the project sample rate."),
|
||||||
_("Error"), wxOK | wxICON_EXCLAMATION, this);
|
_("Error"), wxOK | wxICON_EXCLAMATION, this);
|
||||||
|
|
||||||
SetPlay(false);
|
SetPlay(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user