Tidy up appearance tab in edit dialog

This commit is contained in:
Nick O'Leary
2018-10-22 14:41:47 +01:00
parent 0376e0d711
commit 0a98ba6985
4 changed files with 776 additions and 745 deletions

View File

@@ -269,7 +269,8 @@
"editConfig": "Edit __type__ config node",
"addNewType": "Add new __type__...",
"nodeProperties": "node properties",
"portLabels": "node settings",
"label": "Label",
"portLabels": "Port labels",
"labelInputs": "Inputs",
"labelOutputs": "Outputs",
"settingIcon": "Icon",
@@ -278,6 +279,8 @@
"searchIcons": "Search icons",
"useDefault": "use default",
"description": "Description",
"show": "Show",
"hide": "Hide",
"errors": {
"scopeChange": "Changing the scope will make it unavailable to nodes in other flows that use it"
}