summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-02-10 14:54:43 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-02-10 14:54:43 -0600
commit99054ea415c8a28227024bc27152fdf30379bdf9 (patch)
tree0e2485114ceaf3b4dcb1cea51cb2f9ba3bc48a3a /gtk2_ardour/route_time_axis.cc
parentd273bb3de87a9c0875477bb5eef0ac9738592f6a (diff)
fix previous commit
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index b8d71a1e4c..20c9876519 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -790,7 +790,7 @@ RouteTimeAxisView::build_display_menu ()
i->set_active (normal == 0 && tape == 0 && non_layered != 0);
i->set_inconsistent (non_layered != 0 && (normal != 0 || tape != 0));
- items.push_back (MenuElem (_("Mode"), *mode_menu));
+ items.push_back (MenuElem (_("Record Mode"), *mode_menu));
}