mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +02:00
Clarify in "not a legal file name" dialogue that track names can also be illegal
This commit is contained in:
parent
635931c6be
commit
b5e09a975e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user