Tweak the tooltip for PDC button

This commit is contained in:
Ben Loftis 2020-01-13 11:38:35 -06:00
parent b83c4f2fa4
commit ed5ec7cb3f
1 changed files with 1 additions and 1 deletions

View 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 ();