Drop the "Lua" in Lua Action Buttons:
[ardour.git] / gtk2_ardour / luainstance.cc
index a0f247179ef94e88df595f9c100c130041722bf1..8f9572b98e7da461365eaa4c17461bfe7fd41eea 100644 (file)
@@ -1358,7 +1358,7 @@ LuaInstance::interactive_add (LuaScriptInfo::ScriptType type, int id)
        switch (type) {
                case LuaScriptInfo::EditorAction:
                        reg = lua_action_names ();
-                       title = _("Add Lua Action");
+                       title = _("Add Shortcut or Lua Script");
                        break;
                case LuaScriptInfo::EditorHook:
                        reg = lua_slot_names ();