From 2214b8f45e7616ad0e7be44776c32497e5c7f8e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jul 2012 21:47:02 +0000 Subject: Use consistent label style. --- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 3 +++ lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions/ui') diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 8d0b4ca..1584de8 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -1,3 +1,4 @@ + @prefix dcs: . @prefix doap: . @prefix foaf: . @@ -19,6 +20,8 @@ dcs:changeset [ dcs:item [ rdfs:label "Add ui:WindowsUI and ui:CocoaUI." + ] , [ + rdfs:label "Use consistent label style." ] ] ] , [ diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index abd0890..fc3d0aa 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -79,7 +79,7 @@ it all occcurs via ports.

ui:UI a rdfs:Class , owl:Class ; - rdfs:label "LV2 UI" ; + rdfs:label "User Interface" ; rdfs:comment "A UI for an LV2 plugin" . ui:GtkUI @@ -318,7 +318,7 @@ ui:protocol ui:PortProtocol a rdfs:Class ; rdfs:subClassOf lv2:Feature ; - rdfs:label "Port protocol" ; + rdfs:label "Port Protocol" ; lv2:documentation """

A PortProtocol defines a method to communicate port data between a UI and plugin.

@@ -359,7 +359,7 @@ lv2:requiredFeature to specify which PortProtocols they want to use. ui:floatProtocol a ui:PortProtocol ; - rdfs:label "Floating point value" ; + rdfs:label "floating point value" ; lv2:documentation """

A protocol for transferring single floating point values. The rules for @@ -386,7 +386,7 @@ this protocol are:

ui:peakProtocol a ui:PortProtocol ; - rdfs:label "Peak measurement for a period of audio" ; + rdfs:label "peak measurement for a period of audio" ; lv2:documentation """

This port protocol defines a way for the host to send continuous peak measurements of the audio signal at a certain port to the UI. The -- cgit v1.2.1