A little copy-editing.
[ardour.git] / gtk2_ardour / route_group_dialog.cc
index 8dd204ea936a0f6e40354483ce71118a0a36392d..176c23d8e2ae468a069b76e2f278715002efdeaf 100644 (file)
@@ -30,7 +30,7 @@ using namespace std;
 using namespace PBD;
 
 RouteGroupDialog::RouteGroupDialog (RouteGroup* g, StockID const & s)
-       : ArdourDialog (_("route group dialog")),
+       : ArdourDialog (_("Route Group")),
          _group (g),
          _active (_("Active")),
          _gain (_("Gain")),
@@ -47,8 +47,6 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, StockID const & s)
        set_position (Gtk::WIN_POS_MOUSE);
        set_name (N_("RouteGroupDialog"));
 
-       set_title (_("Route Group"));
-
        VBox* vbox = manage (new VBox);
        Gtk::Label* l;