1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

"Time shift for record" replaces "Track shift after record"

This commit is contained in:
Paul Licameli 2018-06-20 22:55:28 -04:00
parent 3b11093766
commit cbe6c9eb46

View File

@ -179,7 +179,7 @@ void DevicePrefs::PopulateOrExchange(ShuttleGui & S)
S.AddUnits(_("milliseconds")); S.AddUnits(_("milliseconds"));
if( w ) w->SetName(w->GetName() + wxT(" ") + _("milliseconds")); if( w ) w->SetName(w->GetName() + wxT(" ") + _("milliseconds"));
w = S.TieNumericTextBox(_("Track &shift after record:"), w = S.TieNumericTextBox(_("Time &shift for record:"),
wxT("/AudioIO/LatencyCorrection"), wxT("/AudioIO/LatencyCorrection"),
DEFAULT_LATENCY_CORRECTION, DEFAULT_LATENCY_CORRECTION,
9); 9);