Fix spelling of Busses to match the rest of the UI
authorCarl Hetherington <carl@carlh.net>
Fri, 19 Oct 2007 14:57:04 +0000 (14:57 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 19 Oct 2007 14:57:04 +0000 (14:57 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2563 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_params_ui.cc

index cbddd098bb3abe80d584889638ccc7287da12dcb..cae24510c3ec2db0185dcbf4afae04f5055de8e1 100644 (file)
@@ -87,7 +87,7 @@ RouteParams_UI::RouteParams_UI ()
 
        // setup the treeview
        route_display.set_model(route_display_model);
-       route_display.append_column(_("Tracks/Buses"), route_display_columns.text);
+       route_display.append_column(_("Tracks/Busses"), route_display_columns.text);
        route_display.set_name(X_("RouteParamsListDisplay"));
        route_display.get_selection()->set_mode(Gtk::SELECTION_SINGLE); // default
        route_display.set_reorderable(false);