1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix bug 1316

Improve effect descriptions for tone and chirp generator.
This commit is contained in:
Steve Daulton 2016-05-09 09:20:06 +01:00
parent ac7159ce8f
commit 15fe07638e

View File

@ -129,8 +129,8 @@ wxString EffectToneGen::GetSymbol()
wxString EffectToneGen::GetDescription()
{
return mChirp
? XO("Generates four different types of tone waveform while allowing starting and ending amplitude and frequency")
: XO("Generates four different types of tone waveform");
? XO("Generates an ascending or descending tone of one of four types")
: XO("Generates a constant frequency tone of one of four types");
}
// EffectIdentInterface implementation