diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index ac7b3b883..9fa6ce596 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -1183,10 +1183,14 @@ Finally, here is a complete example of an ontology definition: ], "lists": [ { - "name": "orgtpye", + "name": "orgtype", "labels": { - "de": "Roganisationsart", - "en": "Organization Type" + "en": "Organization Type", + "de": "Organisationsart" + }, + "comments": { + "en": "List of different organization types", + "de": "Liste unterschiedlicher Organisationstypen" }, "nodes": [ { @@ -1195,10 +1199,6 @@ Finally, here is a complete example of an ontology definition: "en": "Commerce", "de": "Handel" }, - "comments": { - "en": "no comment", - "de": "kein Kommentar" - }, "nodes": [ { "name": "transport", @@ -1307,7 +1307,7 @@ Finally, here is a complete example of an ontology definition: "en": "Type of organization", "de": "Art der Organisation" }, - "gui_element": "Pulldown", + "gui_element": "List", "gui_attributes": { "hlist": "orgtype" }