mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Bug 1825 - Import Uncompressed File Dialog Incorrect Reference to Menu Item
This commit is contained in:
parent
74d8160db5
commit
b384f99e62
@ -904,7 +904,7 @@ Silence is being substituted for the affected audio.\n\
|
|||||||
The first detected missing file is:\n\
|
The first detected missing file is:\n\
|
||||||
%s\n\
|
%s\n\
|
||||||
There may be additional missing files.\n\
|
There may be additional missing files.\n\
|
||||||
Choose File > Check Dependencies to view a list of \
|
Choose Help > Diagnostics > Check Dependencies to view a list of \
|
||||||
locations of the missing files."), missingFileName);
|
locations of the missing files."), missingFileName);
|
||||||
|
|
||||||
// if an old dialog exists, raise it if it is
|
// if an old dialog exists, raise it if it is
|
||||||
|
@ -648,7 +648,7 @@ bool Exporter::GetFilename()
|
|||||||
// Warn and return to the dialog
|
// Warn and return to the dialog
|
||||||
AudacityMessageBox(_("You are attempting to overwrite an aliased file that is missing.\n\
|
AudacityMessageBox(_("You are attempting to overwrite an aliased file that is missing.\n\
|
||||||
The file cannot be written because the path is needed to restore the original audio to the project.\n\
|
The file cannot be written because the path is needed to restore the original audio to the project.\n\
|
||||||
Choose File > Check Dependencies to view the locations of all missing files.\n\
|
Choose Help > Diagnostics > Check Dependencies to view the locations of all missing files.\n\
|
||||||
If you still wish to export, please choose a different filename or folder."));
|
If you still wish to export, please choose a different filename or folder."));
|
||||||
overwritingMissingAlias = true;
|
overwritingMissingAlias = true;
|
||||||
}
|
}
|
||||||
|
@ -264,7 +264,7 @@ static wxString AskCopyOrEdit()
|
|||||||
"Reading the files directly allows you to play or edit them almost immediately. "
|
"Reading the files directly allows you to play or edit them almost immediately. "
|
||||||
"This is less safe than copying in, because you must retain the files with their "
|
"This is less safe than copying in, because you must retain the files with their "
|
||||||
"original names in their original locations.\n"
|
"original names in their original locations.\n"
|
||||||
"File > Check Dependencies will show the original names and locations of any files "
|
"Help > Diagnostics > Check Dependencies will show the original names and locations of any files "
|
||||||
"that you are reading directly.\n\n"
|
"that you are reading directly.\n\n"
|
||||||
"How do you want to import the current file(s)?"
|
"How do you want to import the current file(s)?"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user