diff --git a/modules/mod-mp3/ExportMP3.cpp b/modules/mod-mp3/ExportMP3.cpp index e8104627371f..3bde831e9a74 100644 --- a/modules/mod-mp3/ExportMP3.cpp +++ b/modules/mod-mp3/ExportMP3.cpp @@ -1689,7 +1689,7 @@ bool MP3ExportProcessor::Initialize(AudacityProject& project, if (!exporter.InitLibrary(wxT(""))) { gPrefs->Write(wxT("/MP3/MP3LibPath"), wxString(wxT(""))); gPrefs->Flush(); - throw ExportException(_("Could not initialize MP3 encoding library!")) + throw ExportException(_("Could not initialize MP3 encoding library!")); } #else if (!exporter.LoadLibrary(parent, MP3Exporter::Maybe)) {