1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

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

View File

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