From eaece586e1740fd44543ec3cb63cc0887d4dd7bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Oct 2025 20:33:57 +0200 Subject: [PATCH] Clarify that "Config" refers to Audio Inputs (not the channel itself) A User complained that we don't support "stereo" MIDI channels, and that he ostensibly has to first switch to Audio, set stereo and back to MIDI... :( --- gtk2_ardour/add_route_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index cad7eba3da..fd622cc16f 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -71,7 +71,7 @@ AddRouteDialog::AddRouteDialog () : ArdourDialog (_("Add Track/Bus/VCA")) , routes_adjustment (1, 1, 128, 1, 4) , routes_spinner (routes_adjustment) - , configuration_label (_("Configuration:")) + , configuration_label (_("Input Config:")) , manual_label (_("Configuration:")) , add_label (_("Add:")) , name_label (_("Name:"))