Remove a couple of uses of the word Route in the UI.
[ardour.git] / gtk2_ardour / route_group_dialog.cc
index eb74887771e19c763a54fbac2aad301c0cd04c11..3e2c497475422dfa88a0c592bcc6e427e4ca4586 100644 (file)
@@ -33,7 +33,7 @@ using namespace std;
 using namespace PBD;
 
 RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
-       : ArdourDialog (_("Route Group"))
+       : ArdourDialog (_("Track/bus Group"))
        , _group (g)
        , _initial_name (g->name ())
        , _active (_("Active"))
@@ -44,7 +44,7 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
        , _rec_enable (_("Record enable"))
        , _select (_("Selection"))
        , _edit (_("Editing"))
-       , _route_active (_("Route active state"))
+       , _route_active (_("Active state"))
        , _share_color (_("Color"))
        , _share_monitoring (_("Monitoring"))
 {