1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Bug 328 (P2) followup - Change strings in dialog

This commit is contained in:
mchinen 2011-04-04 19:54:17 +00:00
parent 6c3e4f860a
commit 409f3d89fb

View File

@ -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;
}
}