Make menu item for Add Track/Bus/VCA dialog consistent with window title
authorOlivier Humbert <trebmuh@users.noreply.github.com>
Sun, 30 Oct 2016 22:47:31 +0000 (23:47 +0100)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 20 Nov 2016 23:22:13 +0000 (09:22 +1000)
gtk2_ardour/ardour_ui_ed.cc

index a0960ded5f4344f89d1f4d2bdf04ded75a68b3af..737400c7afb93b9a5f269095e7e09e6e0b18c4ce 100644 (file)
@@ -167,7 +167,7 @@ ARDOUR_UI::install_actions ()
        act = global_actions.register_action (main_actions, X_("Close"), _("Close"),  sigc::mem_fun(*this, &ARDOUR_UI::close_session));
        ActionManager::session_sensitive_actions.push_back (act);
 
-       act = global_actions.register_action (main_actions, X_("AddTrackBus"), _("Add Track or Bus..."), sigc::mem_fun(*this, &ARDOUR_UI::add_route));
+       act = global_actions.register_action (main_actions, X_("AddTrackBus"), _("Add Track, Bus or VCA..."), sigc::mem_fun(*this, &ARDOUR_UI::add_route));
        ActionManager::session_sensitive_actions.push_back (act);
        ActionManager::write_sensitive_actions.push_back (act);
        ActionManager::rec_sensitive_actions.push_back (act);