]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / ds243x / pd.py
index 7f9f6660cc86ec2293c866b4ecf04d50e05a2d12..0fbdcdf51ef33ec8b001e0efde94586c915b94cc 100644 (file)
@@ -71,7 +71,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['IC', 'Memory']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
     binary = (
         ('mem_read', 'Data read from memory'),