]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/flexray/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / flexray / pd.py
index e13f2d437472ea8177cd190bf2a606b6ab025229..c348bdd0d45a290222be4f4de3891464470801f6 100644 (file)
@@ -78,7 +78,7 @@ class Decoder(srd.Decoder):
         ('frame-crc', 'Frame CRC'),
         ('cid-delimiter', 'Channel idle delimiter'),
         ('bss', 'Byte start sequence'),
-        ('warnings', 'Human-readable warnings'),
+        ('warning', 'Warning'),
         ('bit', 'Bit'),
         ('cid', 'Channel idle delimiter'),
         ('dts', 'Dynamic trailing sequence'),