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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user