mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Update Batch error message to match new dialog
This commit is contained in:
@@ -1379,7 +1379,7 @@ bool EqualizationDialog::Validate()
|
|||||||
// we offer to save it.
|
// we offer to save it.
|
||||||
while (mDisallowCustom && curveName.IsSameAs(wxT("unnamed")))
|
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"),
|
_("EQ Curve needs a different name"),
|
||||||
wxOK | wxCENTRE,
|
wxOK | wxCENTRE,
|
||||||
this);
|
this);
|
||||||
|
Reference in New Issue
Block a user