From 5eb6368927e6e34171ffbf5953a3f823ef89eba8 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 29 Dec 2021 14:10:54 +0100 Subject: [PATCH] [shelly] Fix comment in translations file (#11884) This fixes the comment showing up in the translations. The code seems to use the 'message.discovery.failed' instead of 'discovery.failed'. Signed-off-by: Wouter Born --- .../src/main/resources/OH-INF/i18n/shelly.properties | 2 +- .../src/main/resources/OH-INF/i18n/shelly_de.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly.properties b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly.properties index c04d21183e..d199e201b6 100644 --- a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly.properties +++ b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly.properties @@ -7,7 +7,7 @@ binding.shelly.config.localIP.description = This interface will be used to setup binding.shelly.config.autoCoIoT.label = Auto-CoIoT binding.shelly.config.autoCoIoT.description = If enabled CoIoT will be automatically used when the devices runs a firmware version 1.6 or newer; false: Use thing configuration to enabled/disable CoIoT events. -discovery.failed# Config status messages +# Config status messages config-status.error.missing-device-ip = IP address of the Shelly device is missing. # Thing status descriptions diff --git a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly_de.properties b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly_de.properties index 223dfd83c4..31e46b42c7 100644 --- a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly_de.properties +++ b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly_de.properties @@ -7,7 +7,7 @@ binding.shelly.config.localIP.description = Lokale IP-Adresse der Netzwerk-Schni binding.shelly.config.autoCoIoT.label = Auto-CoIoT binding.shelly.config.autoCoIoT.description = Bei aktiviertem Auto-CoIoT wird das Protokoll aktiviert, sobald das Gerät eine Firmwareversion 1.6 oder neuer verwendet. Andernfalls wird dies über die Thing-Konfiguration gesteuert. -discovery.failed\# Statusmeldung-Konfiguration +# Config status messages config-status.error.missing-device-ip = Die IP-Adresse des Shelly Gerätes ist nicht konfiguriert. # Thing status descriptions -- 2.47.3