summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2020-01-13 11:38:35 -0600
committerBen Loftis <ben@harrisonconsoles.com>2020-01-13 17:12:55 -0600
commited5ec7cb3f549fa2f6f191b4e58cbbb375e22b77 (patch)
treeb2dff488392ca71c64090ca21bb1653dabb927a9 /gtk2_ardour/ardour_ui2.cc
parentb83c4f2fa447d34a42afa72153a1e08a8aef7964 (diff)
Tweak the tooltip for PDC button
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 1 insertions, 1 deletions
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 ();