diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 16:38:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | b86c039bb32a28525df9afe26154d0e90698cb31 (patch) | |
tree | 780e2ad265735a52d28d7633bdc84df6ae075fdb /lv2/ui | |
parent | 329637e5b3d74ddf2f3f37414158aa83d6f0e873 (diff) | |
download | lv2-b86c039bb32a28525df9afe26154d0e90698cb31.tar.xz |
Add missing labels and a test to prevent this in the future
Diffstat (limited to 'lv2/ui')
-rw-r--r-- | lv2/ui/ui.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index fcd2f67..261c473 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -250,6 +250,7 @@ ui:PortNotification owl:cardinality 1 ; rdfs:comment "A PortNotification MUST have exactly one ui:plugin." ] ; + rdfs:label "Port Notification" ; lv2:documentation """ <p>A port notification. This describes which ports the host must send notifications to the UI about. The port can be specific by index, using the |