From 18059af29626d3ac985b101d87af0c7209d30210 Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Sat, 25 Sep 2021 17:29:16 +0200
Subject: [PATCH] Correct wrong statement about annotation editing

---
 ParameterCatalogs2Creation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ParameterCatalogs2Creation.adoc b/ParameterCatalogs2Creation.adoc
index cbce11a..aabc168 100644
--- a/ParameterCatalogs2Creation.adoc
+++ b/ParameterCatalogs2Creation.adoc
@@ -742,7 +742,7 @@ As you can see in the screenshot, the allowed range of attribute values is defin
 It provides the minimal and/or maximal value for the attribute, inclusively.
 If a minimal or maximal value is omitted or invalid, the range is not limited on that side.
 
-Adding annotations to an attribute does not work in the graphical Ecore editor, but only with the standard editor that is opened by `Open With -> Sample Ecore Model Editor` from the context menu over the Ecore model file in _Model Explorer_.
+One could add annotations to an attribute in the graphical Ecore editor under tab _Annotation_ in _Properties_, but it may be more convenient to do this in the standard editor that is opened by `Open With -> Sample Ecore Model Editor` from the context menu over the Ecore model file in _Model Explorer_.
 --
 
 In this editor, define a range like this:
-- 
GitLab