1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

Fix bug 1311

This commit is contained in:
Steve Daulton 2016-01-25 17:57:04 +00:00
parent d70ff3337d
commit 360fc58dea

View File

@ -65,7 +65,7 @@ wxString EffectNormalize::GetSymbol()
wxString EffectNormalize::GetDescription()
{
return XO("Sets the peak amplitude of a one or more tracks");
return XO("Sets the peak amplitude of one or more tracks");
}
// EffectIdentInterface implementation