1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Changed alert to say "this audio" rather than "these data" so we don't have feedback about "data" being singular (thought it isn't!). ;-)

This commit is contained in:
v.audacity 2013-12-17 04:40:17 +00:00
parent 27611c5843
commit 2f3d1055f5

View File

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