]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/midi/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / midi / pd.py
index e96b000a2ebbc4cc3018ffccb2dab8034f3950cd..2bd1d89995df6a8384e9d38e28f120d77ae1a556 100644 (file)
@@ -37,8 +37,7 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['Text (verbose)', 'Human-readable text (verbose)'],
-        # ['Text', 'Human-readable text'],
+        ['text-verbose', 'Human-readable text (verbose)'],
     ]
 
     def __init__(self, **kwargs):