summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-11-01 11:31:05 -0700
committerLen Ovens <len@ovenwerks.net>2018-11-01 11:31:46 -0700
commitabdc0da6e367a337af7733aabfec63852f5d2836 (patch)
tree563f50d347402cfc3fb7bf496849489fc561936c
parentcc83e1a9bfd7339c4ebfcde4a57d511eec51923e (diff)
Correct new track/bus/VCA dialog text
-rw-r--r--gtk2_ardour/add_route_dialog.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc
index 4ff561a21c..1c57867601 100644
--- a/gtk2_ardour/add_route_dialog.cc
+++ b/gtk2_ardour/add_route_dialog.cc
@@ -139,10 +139,8 @@ Use the settings, below, to create new Audio Tracks.\n \
You may select:\n \
* The number of buses to add.\n \
* A Name for the track(s).\n \
-* An Instrument plugin (or select \"None\" to drive an external device)\n \
* A Group which will be assigned to the track(s).\n \
* Pin Connections mode. (see tooltip for details).\n \
-* Normal (non-destructive) or Tape (destructive) recording mode.\n \
\n \
The track will be added in the location specified by \"Position\".\n \
")
@@ -169,7 +167,7 @@ The track will be added in the location specified by \"Position\".\n \
Use the settings, below, to create 1 or more VCA Master(s).\n \
\n\n \
You may select:\n \
-* The number of buses to add.\n \
+* The number of VCAs to add.\n \
* A name for the new VCAs. \"%n\" will be replaced by an index number for each VCA.\n \
")
));