From abdc0da6e367a337af7733aabfec63852f5d2836 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Thu, 1 Nov 2018 11:31:05 -0700 Subject: [PATCH] Correct new track/bus/VCA dialog text --- gtk2_ardour/add_route_dialog.cc | 4 +--- 1 file changed, 1 insertion(+), 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 \ ") ));