mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 08:31:13 +02:00
Update Batch error message to match new dialog
This commit is contained in:
parent
249eedf05e
commit
9a3e03a9cd
@ -1379,7 +1379,7 @@ bool EqualizationDialog::Validate()
|
||||
// we offer to save it.
|
||||
while (mDisallowCustom && curveName.IsSameAs(wxT("unnamed")))
|
||||
{
|
||||
wxMessageBox(_("To use this EQ curve in a batch chain, please choose a new name for it.\nChoose the 'Manage curves list...' button and rename the 'unnamed' curve, then use that one."),
|
||||
wxMessageBox(_("To use this EQ curve in a batch chain, please choose a new name for it.\nChoose the 'Save/Manage Curves...' button and rename the 'unnamed' curve, then use that one."),
|
||||
_("EQ Curve needs a different name"),
|
||||
wxOK | wxCENTRE,
|
||||
this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user