mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-09 07:47:46 +02:00
Bug 328 (P2) followup - Change strings in dialog
This commit is contained in:
@@ -653,8 +653,8 @@ bool Exporter::GetFilename()
|
||||
// Warn and return to the dialog
|
||||
wxMessageBox(_("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\
|
||||
You can see the missing files in File > Check Dependencies.\n\
|
||||
If you still wish to export, please choose a different filename."));
|
||||
Choose File > 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user