1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Fix bug 1317

This commit is contained in:
Steve Daulton 2016-01-27 13:38:21 +00:00
parent 1083c4a049
commit 5c2fc5ff7d

View File

@ -58,7 +58,7 @@ wxString EffectFindClipping::GetSymbol()
wxString EffectFindClipping::GetDescription()
{
return XO("This displays runs of clipped samples in a Label Track");
return XO("This creates labels where clipping is detected");
}
// EffectIdentInterface implementation