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:
parent
ac7159ce8f
commit
15fe07638e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user