mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Change "blockfile" to "block file" consistently in log and error dialogs.
This commit is contained in:
@@ -2613,7 +2613,7 @@ void AudacityProject::OpenFile(wxString fileName, bool addtohistory)
|
||||
createdODTasks= createdODTasks | ODTask::eODPCMSummary;
|
||||
}
|
||||
else {
|
||||
printf("unrecognized OD Flag in blockfile.\n");
|
||||
printf("unrecognized OD Flag in block file.\n");
|
||||
//TODO:ODTODO: display to user. This can happen when we build audacity on a system that doesnt have libFLAC
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user