Keep port label form in sync with output reordering

This commit is contained in:
Nick O'Leary
2017-02-07 22:30:54 +00:00
parent e7e3ed4923
commit 185b16a858
4 changed files with 135 additions and 53 deletions

View File

@@ -185,6 +185,11 @@
"editNode": "Edit __type__ node",
"editConfig": "Edit __type__ config node",
"addNewType": "Add new __type__...",
"nodeProperties": "node properties",
"portLabels": "port labels",
"labelInputs": "Inputs",
"labelOutputs": "Outputs",
"errors": {
"scopeChange": "Changing the scope will make it unavailable to nodes in other flows that use it"
}