mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-18 04:01:06 +02:00
TranslatableString for prompts of choice controls
This commit is contained in:
@@ -341,7 +341,7 @@ void EffectToneGen::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartMultiColumn(2, wxCENTER);
|
||||
{
|
||||
S.Validator<wxGenericValidator>(&mWaveform)
|
||||
.AddChoice(_("Waveform:"),
|
||||
.AddChoice(XO("Waveform:"),
|
||||
Msgids( kWaveStrings, nWaveforms ) );
|
||||
|
||||
if (mChirp)
|
||||
@@ -422,7 +422,7 @@ void EffectToneGen::PopulateOrExchange(ShuttleGui & S)
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.Validator<wxGenericValidator>(&mInterpolation)
|
||||
.AddChoice(_("Interpolation:"),
|
||||
.AddChoice(XO("Interpolation:"),
|
||||
Msgids( kInterStrings, nInterpolations ) );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user