mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Bug 1312 Further consistency fix for description
Don't start description with an object, per consistency with Manual.
This commit is contained in:
@@ -80,7 +80,7 @@ wxString EffectLeveller::GetSymbol()
|
|||||||
|
|
||||||
wxString EffectLeveller::GetDescription()
|
wxString EffectLeveller::GetDescription()
|
||||||
{
|
{
|
||||||
return XO("Leveller is a simple, combined compressor and limiter effect for reducing the dynamic range of audio");
|
return XO("A simple, combined compressor and limiter effect for reducing the dynamic range of audio");
|
||||||
}
|
}
|
||||||
|
|
||||||
// EffectIdentInterface implementation
|
// EffectIdentInterface implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user