Fix missed translation, was broken at def1d52

This commit is contained in:
Paul Licameli 2019-12-19 11:14:01 -05:00
parent 48b6a9a859
commit d45610073f
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ void ProjectFileManager::OpenFile(const FilePath &fileNameArg, bool addtohistory
if (!::wxFileExists(fileName)) {
AudacityMessageBox(
wxString::Format( _("Could not open file: %s"), fileName ),
("Error Opening File"),
_("Error Opening File"),
wxOK | wxCENTRE, &window);
return;
}