1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00

Bug 1317 Further consistency fix for description

Don't start description with an object, per consistency with Manual.
This commit is contained in:
Gale Andrews
2016-04-07 03:35:01 +01:00
parent 99405fbe17
commit b7aabee96a

View File

@@ -59,7 +59,7 @@ wxString EffectFindClipping::GetSymbol()
wxString EffectFindClipping::GetDescription()
{
return XO("This creates labels where clipping is detected");
return XO("Creates labels where clipping is detected");
}
// EffectIdentInterface implementation