diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 61d12acc6..a116abfc2 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -786,7 +786,7 @@ bool NyquistEffect::Process() // Nyquist Prompt does not require a selection, but effects do. if (!bOnePassTool && (mNumSelectedChannels == 0)) { - wxString message = _("Cannot run command without a selection."); + wxString message = _("Audio selection required."); Effect::MessageBox(message, wxOK | wxCENTRE | wxICON_EXCLAMATION, _("Nyquist Error")); }