From e01184ada003be6d56dea99ece47928d8d5cd66a Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Mon, 17 Nov 2025 10:21:44 +0100 Subject: [PATCH] Make the PDC option in the application bar items list consistent with the rest --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 50e333edb2..0005135ce6 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2922,7 +2922,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Appearance/Application Bar"), new BoolOption ( "show-toolbar-latency", - _("Plugin Delay Compensation"), + _("Display Plugin Delay Compensation Control and Info"), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_toolbar_latency), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_toolbar_latency) ));