1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +02:00

Wording: "Latency compensation"

This commit is contained in:
James Crook 2018-08-19 21:32:49 +01:00
parent 3bb48a21df
commit 0df8c7e3a0

View File

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