From cbe6c9eb46f84572fa5f47c66ff5cc34802d5d6d Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 20 Jun 2018 22:55:28 -0400 Subject: [PATCH] "Time shift for record" replaces "Track shift after record" --- src/prefs/DevicePrefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs/DevicePrefs.cpp b/src/prefs/DevicePrefs.cpp index f7e04afac..d08ac54b2 100644 --- a/src/prefs/DevicePrefs.cpp +++ b/src/prefs/DevicePrefs.cpp @@ -179,7 +179,7 @@ void DevicePrefs::PopulateOrExchange(ShuttleGui & S) S.AddUnits(_("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"), DEFAULT_LATENCY_CORRECTION, 9);