Fix spelling of Busses to match the rest of the UI

git-svn-id: svn://localhost/ardour2/trunk@2563 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-10-19 14:57:04 +00:00
parent a29a10c02a
commit 4fad30667b

View 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);