1
0
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:
martynshaw99 2011-08-16 00:05:38 +00:00
parent 249eedf05e
commit 9a3e03a9cd

View File

@ -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);