mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-10 17:37:45 +02:00
Changed two prefs labels partly per suggestion
This commit is contained in:
parent
bda2e54493
commit
7494afb7d5
@ -71,7 +71,7 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartStatic(_("Playthrough"));
|
||||
{
|
||||
S.TieCheckBox(_("&Other tracks while recording"),
|
||||
S.TieCheckBox(_("&Other tracks while recording (overdub)"),
|
||||
wxT("/AudioIO/Duplex"),
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
false);
|
||||
|
@ -60,7 +60,7 @@ void TracksBehaviorsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartStatic(_("Behaviors"));
|
||||
{
|
||||
S.TieCheckBox(_("A&uto-select audio for editing"),
|
||||
S.TieCheckBox(_("A&uto-select entire track(s) instead of prompting for selection"),
|
||||
wxT("/GUI/SelectAllOnNone"),
|
||||
false);
|
||||
/* i18n-hint: Cut-lines are lines that can expand to show the cut audio.*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user