1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 07:58:05 +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:
Gale Andrews 2016-04-07 03:40:47 +01:00
parent b7aabee96a
commit 7f3edc2523

View File

@ -80,7 +80,7 @@ wxString EffectLeveller::GetSymbol()
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