]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds2408/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / ds2408 / pd.py
index 33f2873fe9e092f276140cf501d85cf917a0cbec..97fb650fd1adf21cf9988acc1e683f9324671014 100644 (file)
@@ -40,7 +40,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['Embedded/industrial', 'IC']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
 
     def __init__(self):