1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

Corrected missing closing period

This commit is contained in:
Gale Andrews 2016-07-27 18:21:59 +01:00 committed by GitHub
parent e24d6d825f
commit e05d8aedd5

View File

@ -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);