Restore config node tab

This commit is contained in:
Nick O'Leary
2015-10-16 21:56:20 +01:00
parent 20121b79c5
commit f196740426
8 changed files with 59 additions and 233 deletions

View File

@@ -13,11 +13,7 @@
"renameSheet": "Rename sheet",
"confirmDelete": "Confirm delete",
"delete": "Are you sure you want to delete '__label__'?",
"dropFlowHere": "Drop the flow here",
"config": {
"local": "on this sheet",
"global": "on all sheets"
}
"dropFlowHere": "Drop the flow here"
},
"menu": {
"label": {
@@ -198,7 +194,10 @@
},
"config": {
"name": "Configuration nodes",
"label": "config"
"label": "config",
"local": "on this sheet",
"global": "on all sheets",
"none": "none"
}
}
}