1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Clarify in "not a legal file name" dialogue that track names can also be illegal

This commit is contained in:
windinthew 2010-04-25 06:04:15 +00:00
parent 635931c6be
commit b5e09a975e

View File

@ -920,7 +920,7 @@ wxString ExportMultiple::MakeFileName(wxString input)
{ // need to get user to fix file name
// build the dialog
wxString msg;
msg.Printf(_("Label %s is not a legal file name. You cannot use any of: %s\nUse..."), input.c_str(), wxFileName::GetForbiddenChars().c_str());
msg.Printf(_("Label or track \"%s\" is not a legal file name. You cannot use any of: %s\nUse..."), input.c_str(), wxFileName::GetForbiddenChars().c_str());
wxTextEntryDialog dlg( this, msg, _("Save As..."), newname );
// And tell the validator about excluded chars