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