]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / sdcard_spi / pd.py
index 5bb446ad1aa25f83a9cb1256b278c144948156e6..5b34209edf69a01a9430fbe26176125e74b6d5db 100644 (file)
@@ -38,12 +38,12 @@ class Decoder(srd.Decoder):
         ('r2', 'R2 reply'),
         ('r3', 'R3 reply'),
         ('r7', 'R7 reply'),
-        ('bits', 'Bits'),
-        ('bit-warnings', 'Bit warnings'),
+        ('bit', 'Bit'),
+        ('bit-warning', 'Bit warning'),
     )
     annotation_rows = (
         ('bits', 'Bits', (133, 134)),
-        ('cmd-reply', 'Commands/replies', tuple(range(133))),
+        ('commands-replies', 'Commands/replies', tuple(range(133))),
     )
 
     def __init__(self):