]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fixed minor spelling mistake (#12515)
authorChristoph Weitkamp <github@christophweitkamp.de>
Fri, 25 Mar 2022 11:34:11 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Mar 2022 11:34:11 +0000 (12:34 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.modbus/src/main/resources/OH-INF/i18n/modbus.properties
bundles/org.openhab.binding.modbus/src/main/resources/OH-INF/thing/thing-data.xml

index 99c8761ca1ff070aba1e56edc17f12ca967c9337..47a24dbe01294f39043722ef8d373187dbb5f382 100644 (file)
@@ -6,7 +6,7 @@ binding.modbus.description = Binding for Modbus
 # thing types
 
 thing-type.modbus.data.label = Modbus Data
-thing-type.modbus.data.description = Data thing extracts values from binary data received from Modbus slave. Similarly, it it responsible of tranlating openHAB commands to Modbus write requests
+thing-type.modbus.data.description = Data thing extracts values from binary data received from Modbus slave. Similarly, it is responsible of translating openHAB commands to Modbus write requests
 thing-type.modbus.poller.label = Regular Poll
 thing-type.modbus.poller.description = Regular poll of data from Modbus slaves
 thing-type.modbus.serial.label = Modbus Serial Slave
index 649e2fac2200c7156a95ae3f52aef8d464962bc3..0de4849a6b37802148f0b6c8023dd0ac63c1116c 100644 (file)
@@ -9,8 +9,8 @@
                        <bridge-type-ref id="serial"/>
                </supported-bridge-type-refs>
                <label>Modbus Data</label>
-               <description>Data thing extracts values from binary data received from Modbus slave. Similarly, it it responsible of
-                       tranlating openHAB commands to Modbus write requests</description>
+               <description>Data thing extracts values from binary data received from Modbus slave. Similarly, it is responsible of
+                       translating openHAB commands to Modbus write requests</description>
                <channels>
                        <channel id="number" typeId="number-type"/>
                        <channel id="switch" typeId="switch-type"/>