From 27d3e165b0890d179fd8d52d399c7902680a660d Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 12 Mar 2016 00:04:27 +0000 Subject: [PATCH] Message catalog updates for zero-length flow file handling --- red/runtime/locales/en-US/runtime.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/red/runtime/locales/en-US/runtime.json b/red/runtime/locales/en-US/runtime.json index 6dbaf2bc4..767778292 100644 --- a/red/runtime/locales/en-US/runtime.json +++ b/red/runtime/locales/en-US/runtime.json @@ -121,7 +121,11 @@ "localfilesystem": { "user-dir": "User directory : __path__", "flows-file": "Flows file : __path__", - "create": "Creating new flow file" + "create": "Creating new flow file", + "empty": "Existing flow file is empty", + "invalid": "Existing flow file is not valid json", + "restore": "Restoring flow file backup : __path__", + "restore-fail": "Restoring flow file backup failed : __message__" } } }