summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-02-10 14:42:47 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-02-10 14:43:17 -0600
commitd273bb3de87a9c0875477bb5eef0ac9738592f6a (patch)
tree6a68ffb782a5d859c60e867e7b17b260a75d9884 /gtk2_ardour
parente9e29bf2b0c4ba077fc98930067acefd4add8e7c (diff)
Track Mode is too vague; rename to Record Mode
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/add_route_dialog.cc2
-rw-r--r--gtk2_ardour/automation_time_axis.cc2
2 files changed, 2 insertions, 2 deletions
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<Gtk::CheckMenuItem*>(&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 */