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... :(
This commit is contained in:
Robin Gareus
2025-10-21 20:33:57 +02:00
parent 3665011c22
commit eaece586e1

View File

@@ -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:"))