1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +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)) {
AudacityMessageBox(
wxString::Format( _("Could not open file: %s"), fileName ),
("Error Opening File"),
_("Error Opening File"),
wxOK | wxCENTRE, &window);
return;
}