mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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:
parent
3665011c22
commit
eaece586e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue