From d273bb3de87a9c0875477bb5eef0ac9738592f6a Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 10 Feb 2015 14:42:47 -0600 Subject: Track Mode is too vague; rename to Record Mode --- gtk2_ardour/add_route_dialog.cc | 2 +- gtk2_ardour/automation_time_axis.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index 2f588042c2..95542e60e4 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -55,7 +55,7 @@ AddRouteDialog::AddRouteDialog () , routes_adjustment (1, 1, 128, 1, 4) , routes_spinner (routes_adjustment) , configuration_label (_("Configuration:")) - , mode_label (_("Track mode:")) + , mode_label (_("Record Mode:")) , instrument_label (_("Instrument:")) { set_name ("AddRouteDialog"); diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 60552ce14e..fbf3fdc581 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -587,7 +587,7 @@ AutomationTimeAxisView::build_display_menu () mode_line_item = dynamic_cast(&am_items.back()); mode_line_item->set_active (s == AutomationList::Linear); - items.push_back (MenuElem (_("Mode"), *auto_mode_menu)); + items.push_back (MenuElem (_("Record Mode"), *auto_mode_menu)); } /* make sure the automation menu state is correct */ -- cgit v1.2.3