]> git.basschouten.com Git - openhab-addons.git/commitdiff
[map] Fixed wrong i18n properties and added label of Profile (#11646)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 28 Nov 2021 14:18:39 +0000 (15:18 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Nov 2021 14:18:39 +0000 (15:18 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties

index 9903cf28f123a6d224d9184cf7156c74e86c8c8c..7c22c32c382197ba66ab4a27e5a6503f09f41073 100644 (file)
@@ -1,6 +1,7 @@
 # bundle config
 
-profile.config.transform.function.label = Filename
-profile.config.transform.function.description = Filename containing the mapping information.
-profile.config.transform.sourceFormat.label = State Formatter
-profile.config.transform.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s)
+profile-type.transform.MAP.label = MAP
+profile.config.transform.MAP.function.label = Filename
+profile.config.transform.MAP.function.description = Filename containing the mapping information.
+profile.config.transform.MAP.sourceFormat.label = State Formatter
+profile.config.transform.MAP.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s).