From 40f92ccba399871629e5bbb032d1b37137c77878 Mon Sep 17 00:00:00 2001 From: Jussi Koskela Date: Thu, 3 Jan 2019 12:50:38 +0200 Subject: [PATCH] Fixed escaping in semiautomatic linking of shared libraries dialog gitlab #215 Change-Id: Iaa135ff44179edb1177d8e8c6b0a89c7aa4b5c8a --- .../modeling/ui/diagramEditor/dnd/messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/dnd/messages.properties b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/dnd/messages.properties index b606334eb..2ede7138e 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/dnd/messages.properties +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/dnd/messages.properties @@ -1,4 +1,4 @@ -DropSuggestions_ApplySuggestions_DialogMsg=In order to perform the requested drop operation, the changes listed below need to be performed.\\n\\nAre you sure you want to proceed? +DropSuggestions_ApplySuggestions_DialogMsg=In order to perform the requested drop operation, the changes listed below need to be performed.\n\nAre you sure you want to proceed? DropSuggestions_ApplySuggestions_DialogTitle=Changes Required -DropSuggestions_Description_LinkToLibrary=Link target model **{0}** \\u2192 library **{1}** -DropSuggestions_Problem_CyclicDependency=Source namespace {0} is already linked to target namespace {1}. Creating a target \\u2192 source link would create a cyclic dependency. +DropSuggestions_Description_LinkToLibrary=Link target model **{0}** \u2192 library **{1}** +DropSuggestions_Problem_CyclicDependency=Source namespace {0} is already linked to target namespace {1}. Creating a target \u2192 source link would create a cyclic dependency. -- 2.43.2