Show Measure Lines instead of Show Measures
authorBen Loftis <ben@harrisonconsoles.com>
Wed, 7 Jan 2015 22:52:54 +0000 (16:52 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 8 Jan 2015 17:13:56 +0000 (11:13 -0600)
gtk2_ardour/editor_actions.cc

index 5af1fe92a22ecad36059b367473d76a3449b177b..d6fcf7d27f10a130cd38229fc5d850eb465ae28f 100644 (file)
@@ -700,7 +700,7 @@ Editor::register_actions ()
 
        ActionManager::register_toggle_action (editor_actions, X_("ToggleGroupTabs"), _("Show Group Tabs"), sigc::mem_fun (*this, &Editor::set_group_tabs));
 
-       ActionManager::register_toggle_action (editor_actions, X_("ToggleMeasureVisibility"), _("Show Measures"), sigc::mem_fun (*this, &Editor::toggle_measure_visibility));
+       ActionManager::register_toggle_action (editor_actions, X_("ToggleMeasureVisibility"), _("Show Measure Lines"), sigc::mem_fun (*this, &Editor::toggle_measure_visibility));
 
        /* if there is a logo in the editor canvas, its always visible at startup */