1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 22:27:43 +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

@ -653,8 +653,8 @@ bool Exporter::GetFilename()
// Warn and return to the dialog // Warn and return to the dialog
wxMessageBox(_("You are attempting to overwrite an aliased file that is missing.\n\ 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\ 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\ Choose File > Check Dependencies to view the locations of all missing files.\n\
If you still wish to export, please choose a different filename.")); If you still wish to export, please choose a different filename or folder."));
overwritingMissingAlias = true; overwritingMissingAlias = true;
} }
} }