diff --git a/src/effects/ClickRemoval.cpp b/src/effects/ClickRemoval.cpp index 670853c7e..5609daa8e 100644 --- a/src/effects/ClickRemoval.cpp +++ b/src/effects/ClickRemoval.cpp @@ -152,7 +152,7 @@ bool EffectClickRemoval::Process() } if (bGoodResult && !mbDidSomething) // Processing successful, but ineffective. wxMessageBox( - wxString::Format(_("Algorithm not effective on these data. Nothing changed.")), + wxString::Format(_("Algorithm not effective on this audio. Nothing changed.")), this->GetEffectName(), wxOK | wxICON_ERROR);