]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / xfp / pd.py
index ded76946702fd41eb285caec63f84bfb4c500505..e217d7d1e4b9d827bbe945eee8a3c4326d340f32 100644 (file)
@@ -33,8 +33,8 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['Networking']
     annotations = (
-        ('fieldnames-and-values', 'XFP structure field names and values'),
-        ('fields', 'XFP structure fields'),
+        ('field-name-and-val', 'Field name and value'),
+        ('field-val', 'Field value'),
     )
 
     def __init__(self):