mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-08 16:39:59 +02:00
Bug 1312 Further consistency fix for description
Don't start description with an object, per consistency with Manual.
This commit is contained in:
parent
b7aabee96a
commit
7f3edc2523
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user