L: rename Track/Bus -> Track
This commit is contained in:
parent
81d1ad5890
commit
128e08096b
@ -41,7 +41,11 @@ using namespace std;
|
||||
using namespace PBD;
|
||||
|
||||
RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
|
||||
#ifndef LIVETRAX
|
||||
: ArdourDialog (_("Track/bus Group"))
|
||||
#else
|
||||
: ArdourDialog (_("Track Group"))
|
||||
#endif
|
||||
, _group (g)
|
||||
, _initial_name (g->name ())
|
||||
, _active (_("Active"))
|
||||
|
Loading…
Reference in New Issue
Block a user