From 83be05028aaba0c31e50fc11f6f1ff24964faec9 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 8 Apr 2020 16:44:16 +0200 Subject: [PATCH] [Fix] i18n fix --- .../src/main/resources/strolch-plc-gw-server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strolch-plc-gw-server/src/main/resources/strolch-plc-gw-server.properties b/strolch-plc-gw-server/src/main/resources/strolch-plc-gw-server.properties index 018e3a1..6a82153 100644 --- a/strolch-plc-gw-server/src/main/resources/strolch-plc-gw-server.properties +++ b/strolch-plc-gw-server/src/main/resources/strolch-plc-gw-server.properties @@ -1,4 +1,4 @@ execution.plc.connectionLost=Connection lost to PLC {plc}. execution.plc.notConnected=PLC {plc} is not connected. execution.plc.sendMessage.failed=Failed to send key {key} to plc {plc} due to: {msg} -systemAction.failed=SystemAction {action} failed: {exception} +systemAction.failed=SystemAction {action} failed: {reason}