From 0df8c7e3a0a3b9b3db652067b2b627a3ee39bb13 Mon Sep 17 00:00:00 2001 From: James Crook Date: Sun, 19 Aug 2018 21:32:49 +0100 Subject: [PATCH] Wording: "Latency compensation" --- 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 d08ac54b2..73e4d984b 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(_("Time &shift for record:"), + w = S.TieNumericTextBox(_("&Latency compensation:"), wxT("/AudioIO/LatencyCorrection"), DEFAULT_LATENCY_CORRECTION, 9);