From 6fbe3f640829f60f119603a977a24c62d6279bfe Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sat, 1 Apr 2017 10:02:04 -0500 Subject: Fix label for show-mixer --- gtk2_ardour/ardour_ui_ed.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/ardour_ui_ed.cc') diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc index 18a8036217..f8fa6a7b41 100644 --- a/gtk2_ardour/ardour_ui_ed.cc +++ b/gtk2_ardour/ardour_ui_ed.cc @@ -275,7 +275,7 @@ ARDOUR_UI::install_actions () global_actions.register_action (common_actions, X_("detach-preferences"), _("Detach"), sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::detach_tabbable), rc_option_editor)); Glib::RefPtr window_actions = ARDOUR_UI::instance()->global_actions.create_action_group (X_("Window")); - global_actions.register_action (window_actions, X_("show-mixer"), _("Show"), sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::show_tabbable), mixer)); + global_actions.register_action (window_actions, X_("show-mixer"), _("Show Mixer"), sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::show_tabbable), mixer)); /* these actions are all currently implemented by the Editor, but need * to be accessible from anywhere as actions. -- cgit v1.2.3