]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/atsha204a/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / atsha204a / pd.py
index c666332a63917f8bff535a7d9dc3b8f60cffc3e4..9f66c85c382dab58af72751c35c44e0ea6a3b716 100644 (file)
@@ -114,8 +114,8 @@ class Decoder(srd.Decoder):
         ('warning', 'Warning'),
     )
     annotation_rows = (
         ('warning', 'Warning'),
     )
     annotation_rows = (
-        ('frame', 'Frame', (0, 1, 2, 3, 4, 5, 6)),
-        ('status', 'Status', (7,)),
+        ('frame', 'Frames', (0, 1, 2, 3, 4, 5, 6)),
+        ('status-vals', 'Status', (7,)),
         ('warnings', 'Warnings', (8,)),
     )
 
         ('warnings', 'Warnings', (8,)),
     )