mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 06:40:08 +02:00
Change "setting" to "option" in dialog text
This commit is contained in:
parent
7509b7e84a
commit
3e28f0889b
@ -690,7 +690,7 @@ void VSTEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
_("As part of their processing, some VST effects must delay returning ") +
|
_("As part of their processing, some VST effects must delay returning ") +
|
||||||
_("audio to Audacity. When not compensating for this delay, you will ") +
|
_("audio to Audacity. When not compensating for this delay, you will ") +
|
||||||
_("notice that small silences have been inserted into the audio. ") +
|
_("notice that small silences have been inserted into the audio. ") +
|
||||||
_("Enabling this setting will provide that compensation, but it may ") +
|
_("Enabling this option will provide that compensation, but it may ") +
|
||||||
_("not work for all VST effects."))->Wrap(650);
|
_("not work for all VST effects."))->Wrap(650);
|
||||||
|
|
||||||
S.StartHorizontalLay(wxALIGN_LEFT);
|
S.StartHorizontalLay(wxALIGN_LEFT);
|
||||||
|
@ -330,7 +330,7 @@ void AudioUnitEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
_("As part of their processing, some Audio Unit effects must delay returning ") +
|
_("As part of their processing, some Audio Unit effects must delay returning ") +
|
||||||
_("audio to Audacity. When not compensating for this delay, you will ") +
|
_("audio to Audacity. When not compensating for this delay, you will ") +
|
||||||
_("notice that small silences have been inserted into the audio. ") +
|
_("notice that small silences have been inserted into the audio. ") +
|
||||||
_("Enabling this setting will provide that compensation, but it may ") +
|
_("Enabling this option will provide that compensation, but it may ") +
|
||||||
_("not work for all Audio Unit effects."))->Wrap(650);
|
_("not work for all Audio Unit effects."))->Wrap(650);
|
||||||
|
|
||||||
S.StartHorizontalLay(wxALIGN_LEFT);
|
S.StartHorizontalLay(wxALIGN_LEFT);
|
||||||
|
@ -429,7 +429,7 @@ void LadspaEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
_("As part of their processing, some Ladspa effects must delay returning ") +
|
_("As part of their processing, some Ladspa effects must delay returning ") +
|
||||||
_("audio to Audacity. When not compensating for this delay, you will ") +
|
_("audio to Audacity. When not compensating for this delay, you will ") +
|
||||||
_("notice that small silences have been inserted into the audio. ") +
|
_("notice that small silences have been inserted into the audio. ") +
|
||||||
_("Enabling this setting will provide that compensation, but it may ") +
|
_("Enabling this option will provide that compensation, but it may ") +
|
||||||
_("not work for all Ladspa effects."))->Wrap(650);
|
_("not work for all Ladspa effects."))->Wrap(650);
|
||||||
|
|
||||||
S.StartHorizontalLay(wxALIGN_LEFT);
|
S.StartHorizontalLay(wxALIGN_LEFT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user