mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Fix bug 1316
Improve effect descriptions for tone and chirp generator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user