External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
643B

  1. From ff22f1d357f278b1b3fd1eb2fd8354cd6c6a226a Mon Sep 17 00:00:00 2001
  2. From: David Robillard <d@drobilla.net>
  3. Date: Thu, 11 Mar 2021 13:33:31 -0500
  4. Subject: [PATCH] Add missing class label
  5. ---
  6. schemas.lv2/dcs.ttl | 4 +++-
  7. 1 file changed, 3 insertions(+), 1 deletion(-)
  8. diff --git a/schemas.lv2/dcs.ttl b/schemas.lv2/dcs.ttl
  9. index 37b1e109..44bf294e 100644
  10. --- a/schemas.lv2/dcs.ttl
  11. +++ b/schemas.lv2/dcs.ttl
  12. @@ -180,7 +180,9 @@ dcs:file
  13. rdfs:comment "A file involved in the change."@en ;
  14. rdfs:domain dcs:Change .
  15. -dbug:Issue a rdfs:Class .
  16. +dbug:Issue
  17. + a rdfs:Class ;
  18. + rdfs:label "Issue"@en .
  19. dcs:fixes
  20. a owl:ObjectProperty ;