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:
parent
48b6a9a859
commit
d45610073f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user