Add 'type already registered' check in palette editor

This commit is contained in:
Nick O'Leary
2018-11-13 22:36:56 +00:00
parent 7515b745b5
commit e4f67df2a1
3 changed files with 66 additions and 25 deletions

View File

@@ -424,6 +424,8 @@
"updated": "updated",
"install": "install",
"installed": "installed",
"conflict": "conflict",
"conflictTip": "<p>The module cannot be installed as it includes a<br/>node type that has already been installed</p><p>Conflicts with <code>__module__</code></p>",
"loading": "Loading catalogues...",
"tab-nodes": "Nodes",
"tab-install": "Install",