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

Update ToneGen.cpp

Fix typo in GUI
This commit is contained in:
Steve Daulton 2015-05-04 17:59:18 +01:00
parent 01aaaebf77
commit 1abdbc7f51

View File

@ -347,7 +347,7 @@ void EffectToneGen::PopulateOrExchange(ShuttleGui & S)
}
S.EndHorizontalLay();
S.AddPrompt(_("Amplitude (Hz):"));
S.AddPrompt(_("Amplitude (0-1):"));
S.StartHorizontalLay(wxEXPAND);
{
S.StartHorizontalLay(wxLEFT, 50);