mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user