From 08b8a8e3afdfb2f50fa00f252f921e2d7971383e Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 16 Apr 2017 20:24:38 +0100 Subject: [PATCH] update messages for updated exec node --- nodes/core/locales/en-US/messages.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nodes/core/locales/en-US/messages.json b/nodes/core/locales/en-US/messages.json index 55fa00a8a..e7307a65c 100644 --- a/nodes/core/locales/en-US/messages.json +++ b/nodes/core/locales/en-US/messages.json @@ -147,12 +147,17 @@ "command": "Command", "append": "Append", "timeout": "Timeout", - "timeoutplace": "optional" + "timeoutplace": "optional", + "return": "Output" }, "placeholder": { "extraparams": "extra input parameters" }, - "spawn": "Use spawn() instead of exec()?" + "opt": { + "exec": "when the command is complete - exec mode", + "spawn": "while the command is running - spawn mode" + }, + "oldrc": "Use old style output (compatibility mode)" }, "function": { "label": {