1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Bug 1825 - Import Uncompressed File Dialog Incorrect Reference to Menu Item

This commit is contained in:
James Crook 2018-01-17 13:27:00 +00:00
parent 74d8160db5
commit b384f99e62
3 changed files with 3 additions and 3 deletions

View File

@ -904,7 +904,7 @@ Silence is being substituted for the affected audio.\n\
The first detected missing file is:\n\
%s\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);
// if an old dialog exists, raise it if it is

View File

@ -648,7 +648,7 @@ bool Exporter::GetFilename()
// Warn and return to the dialog
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\
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."));
overwritingMissingAlias = true;
}

View File

@ -264,7 +264,7 @@ static wxString AskCopyOrEdit()
"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 "
"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"
"How do you want to import the current file(s)?"
);