13
0

L: text change: "Sync Source"

This commit is contained in:
Ben Loftis 2024-05-21 08:04:48 -05:00
parent 66b114f8d9
commit ed50b9ac28

View File

@ -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));