From: Ben Loftis Date: Sat, 1 Apr 2017 15:02:04 +0000 (-0500) Subject: Fix label for show-mixer X-Git-Tag: 5.9~498 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=6fbe3f640829f60f119603a977a24c62d6279bfe;p=ardour.git Fix label for show-mixer --- 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.