Add API allowing plugin preset load to affect automation
[ardour.git] / gtk2_ardour / editor_actions.cc
index b740f9539c6b19290559142c0b54e011b52accab..aa82ff39b32af16d75934b07512c673eb04eb4f8 100644 (file)
@@ -166,7 +166,7 @@ Editor::register_actions ()
        myactions.register_action (editor_menu_actions, X_("View"), _("View"));
        myactions.register_action (editor_menu_actions, X_("ZoomFocus"), _("Zoom Focus"));
        myactions.register_action (editor_menu_actions, X_("ZoomMenu"), _("Zoom"));
-       myactions.register_action (editor_menu_actions, X_("ActionScripts"), _("Scripted Actions"));
+       myactions.register_action (editor_menu_actions, X_("LuaScripts"), _("Lua Scripts"));
 
        register_region_actions ();