From e05d8aedd5ab870e0a0bf2f2c26a0441d51add4b Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Wed, 27 Jul 2016 18:21:59 +0100 Subject: [PATCH] Corrected missing closing period --- src/toolbars/ControlToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/ControlToolBar.cpp b/src/toolbars/ControlToolBar.cpp index 82feed788..167009171 100644 --- a/src/toolbars/ControlToolBar.cpp +++ b/src/toolbars/ControlToolBar.cpp @@ -1089,7 +1089,7 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt) } // 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); SetPlay(false);