aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-01 00:02:47 -0400
committerDavid Robillard <d@drobilla.net>2015-04-01 00:02:47 -0400
commitd2b0dfdf40e258665d298689836a2791bc85aa5d (patch)
treec32cf6b4a15db17a7d60adac2c9241ede82d6d53 /lv2/lv2plug.in
parent064f226c8eb1503a9b7899ee6575196a0983b795 (diff)
downloadlv2-d2b0dfdf40e258665d298689836a2791bc85aa5d.tar.xz
Use lowercase for time property labels.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl4
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>
""" .