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:
parent
27611c5843
commit
2f3d1055f5
@ -152,7 +152,7 @@ bool EffectClickRemoval::Process()
|
|||||||
}
|
}
|
||||||
if (bGoodResult && !mbDidSomething) // Processing successful, but ineffective.
|
if (bGoodResult && !mbDidSomething) // Processing successful, but ineffective.
|
||||||
wxMessageBox(
|
wxMessageBox(
|
||||||
wxString::Format(_("Algorithm not effective on these data. Nothing changed.")),
|
wxString::Format(_("Algorithm not effective on this audio. Nothing changed.")),
|
||||||
this->GetEffectName(),
|
this->GetEffectName(),
|
||||||
wxOK | wxICON_ERROR);
|
wxOK | wxICON_ERROR);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user