Tweak the tooltip for PDC button
authorBen Loftis <ben@harrisonconsoles.com>
Mon, 13 Jan 2020 17:38:35 +0000 (11:38 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Mon, 13 Jan 2020 23:12:55 +0000 (17:12 -0600)
gtk2_ardour/ardour_ui2.cc

index 47bad06bad30d77185ce497d2c52a864dfa74abf..70ff8f7c3906b96476eb1638a2f205f69d099507 100644 (file)
@@ -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 ();