mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +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()
|
wxString EffectFindClipping::GetDescription()
|
||||||
{
|
{
|
||||||
return XO("This creates labels where clipping is detected");
|
return XO("Creates labels where clipping is detected");
|
||||||
}
|
}
|
||||||
|
|
||||||
// EffectIdentInterface implementation
|
// EffectIdentInterface implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user