1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

Fix bug 1312

This commit is contained in:
Steve Daulton 2016-01-25 18:01:14 +00:00
parent 360fc58dea
commit f7fba31319

View File

@ -80,7 +80,7 @@ wxString EffectLeveller::GetSymbol()
wxString EffectLeveller::GetDescription()
{
return XO("Leveler is a simple, combined compressor and limiter effect for reducing the dynamic range of audio");
return XO("Leveller is a simple, combined compressor and limiter effect for reducing the dynamic range of audio");
}
// EffectIdentInterface implementation