From ed5ec7cb3f549fa2f6f191b4e58cbbb375e22b77 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 13 Jan 2020 11:38:35 -0600 Subject: [PATCH] Tweak the tooltip for PDC button --- gtk2_ardour/ardour_ui2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 47bad06bad..70ff8f7c39 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -95,7 +95,7 @@ ARDOUR_UI::setup_tooltips () set_tip (editor_meter_peak_display, _("Reset All Peak Meters")); set_tip (error_alert_button, _("Show Error Log and acknowledge warnings")); - set_tip (latency_disable_button, _("Disable all latency compensation. This will result in playback and monitoring to not be out of sync.")); + set_tip (latency_disable_button, _("Disable all Plugin Delay Compensation. This results in the shortest delay from live input to output, but any paths with delay-causing plugins will sound later than those without.")); synchronize_sync_source_and_video_pullup ();