From ed50b9ac2855732dbcd3dd43499a431ccf19b0f9 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 21 May 2024 08:04:48 -0500 Subject: [PATCH] L: text change: "Sync Source" --- gtk2_ardour/ardour_ui_dependents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index c0ebcf4bb8..9bea175e18 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -482,7 +482,7 @@ ARDOUR_UI::livetrax_setup_windows () livetrax_tc_button = manage (new ArdourButton (ArdourButton::Element (ArdourButton::Text|ArdourButton::Edge|ArdourButton::Body), true)); act = ActionManager::get_action (X_("Window"), X_("toggle-transport-masters")); livetrax_tc_button->set_related_action (act); - livetrax_tc_button->set_text ("Select Sync"); //TODO: fill with tc info + livetrax_tc_button->set_text ("Sync Source"); //TODO: fill with tc info solo_alert_button.set_text(_("Clear Solos")); solo_alert_button.set_elements(ArdourButton::Element (ArdourButton::Text|ArdourButton::Edge|ArdourButton::Body));