]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index e9617782d6154471c48c937b7a0ede40dc84073c..c8ff2cc17cc07d6cb5203e4944df28f988f4301f 100644 (file)
@@ -69,7 +69,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['IC', 'Sensor']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
 
     def __init__(self):