Tweak behavior of Play-With-Preroll action
[ardour.git] / gtk2_ardour / ardour_ui_ed.cc
index 97b4475aaf1bbc252b4492c0324309e6e823283d..d9275e089283792281e598621dcbbcb1259bbf7d 100644 (file)
@@ -391,7 +391,7 @@ ARDOUR_UI::install_actions ()
        act = global_actions.register_action (transport_actions, X_("PlaySelection"), _("Play Selection"), sigc::mem_fun(*this, &ARDOUR_UI::transport_play_selection));
        ActionManager::session_sensitive_actions.push_back (act);
        ActionManager::transport_sensitive_actions.push_back (act);
-       act = global_actions.register_action (transport_actions, X_("PlayPreroll"), _("Play Selection w/Preroll"), sigc::mem_fun(*this, &ARDOUR_UI::transport_play_preroll));
+       act = global_actions.register_action (transport_actions, X_("PlayPreroll"), _("Play w/Preroll"), sigc::mem_fun(*this, &ARDOUR_UI::transport_play_preroll));
        ActionManager::session_sensitive_actions.push_back (act);
        ActionManager::transport_sensitive_actions.push_back (act);