1
0
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:
windinthew 2017-07-02 01:01:53 +01:00
parent bda2e54493
commit 7494afb7d5
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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.*/