diff options
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 8d41f35..891cd1f 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -448,7 +448,7 @@ atom:frameTime owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:decimal ; - rdfs:label "Frame time" ; + rdfs:label "frame time" ; lv2:documentation """ <p>Time stamp in audio frames. Typically used for events.</p> """ . @@ -458,7 +458,7 @@ atom:beatTime owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:decimal ; - rdfs:label "Beat time" ; + rdfs:label "beat time" ; lv2:documentation """ <p>Time stamp in beats. Typically used for events.</p> """ . |