From ca1877705386fc2f2a4b0ebecb0adba8c793dcbf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Mar 2015 13:01:00 -0400 Subject: Remove formatting from comments for UI display. --- lv2/lv2plug.in/ns/extensions/units/units.ttl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions/units/units.ttl') diff --git a/lv2/lv2plug.in/ns/extensions/units/units.ttl b/lv2/lv2plug.in/ns/extensions/units/units.ttl index e37b018..d023c56 100644 --- a/lv2/lv2plug.in/ns/extensions/units/units.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/units.ttl @@ -65,7 +65,7 @@ units:unit lv2:Parameter ; rdfs:range units:Unit ; rdfs:label "unit" ; - rdfs:comment "Relates a port to the unit of its data" . + rdfs:comment "The unit used by the value of a port or parameter." . units:render a rdf:Property , @@ -110,10 +110,7 @@ units:prefixConversion rdfs:domain units:Unit ; rdfs:range units:Conversion ; rdfs:label "prefix conversion" ; - rdfs:comment """ -A conversion from this unit to the same unit but with a different SI prefix -(e.g. Hz to kHz). -""" . + rdfs:comment """A conversion from this unit to the same unit but with a different SI prefix (e.g. Hz to kHz).""" . units:to a rdf:Property , @@ -128,10 +125,7 @@ units:factor owl:DatatypeProperty ; rdfs:domain units:Conversion ; rdfs:label "conversion factor" ; - rdfs:comment """ -The factor to multiply the source value by in order to convert -to the target unit. -""" . + rdfs:comment """The factor to multiply the source value by in order to convert to the target unit.""" . units:s a units:Unit ; -- cgit v1.2.1