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

Change "setting" to "option" in dialog text

This commit is contained in:
lllucius 2014-12-15 15:51:42 +00:00
parent 7509b7e84a
commit 3e28f0889b
3 changed files with 3 additions and 3 deletions

View File

@ -690,7 +690,7 @@ void VSTEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
_("As part of their processing, some VST effects must delay returning ") +
_("audio to Audacity. When not compensating for this delay, you will ") +
_("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);
S.StartHorizontalLay(wxALIGN_LEFT);

View File

@ -330,7 +330,7 @@ void AudioUnitEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
_("As part of their processing, some Audio Unit effects must delay returning ") +
_("audio to Audacity. When not compensating for this delay, you will ") +
_("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);
S.StartHorizontalLay(wxALIGN_LEFT);

View File

@ -429,7 +429,7 @@ void LadspaEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
_("As part of their processing, some Ladspa effects must delay returning ") +
_("audio to Audacity. When not compensating for this delay, you will ") +
_("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);
S.StartHorizontalLay(wxALIGN_LEFT);