fix previous commit
authorBen Loftis <ben@harrisonconsoles.com>
Tue, 10 Feb 2015 20:54:43 +0000 (14:54 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Tue, 10 Feb 2015 20:54:43 +0000 (14:54 -0600)
gtk2_ardour/automation_time_axis.cc
gtk2_ardour/route_time_axis.cc

index fbf3fdc581209083484c07b8405ed17da205059f..60552ce14eaafb4d3dbb5742ff4faf7d1a81b84d 100644 (file)
@@ -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 (_("Record Mode"), *auto_mode_menu));
+               items.push_back (MenuElem (_("Mode"), *auto_mode_menu));
        }
 
        /* make sure the automation menu state is correct */
index b8d71a1e4c74da317c2be994f937697c6ebedaaf..20c98765190ddfaadb49965cbe3ab161c8c8f195 100644 (file)
@@ -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));
                }