From 35dbde118956e79690b7198f3f9731615bcf3a1e Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Sun, 28 Nov 2021 15:18:39 +0100 Subject: [PATCH] [map] Fixed wrong i18n properties and added label of Profile (#11646) Signed-off-by: Christoph Weitkamp --- .../src/main/resources/OH-INF/i18n/transform.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties index 9903cf28f..7c22c32c3 100644 --- a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties @@ -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).