X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=fc932e24b6380b81895252ffd6b6df310d1a740b;hb=1742244d6393b1d8fba0119eb48464e16a8b9a97;hp=2d7460ce434e5163f014e9f1c8497cda68cb15f9;hpb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;p=libsigrokdecode.git diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 2d7460c..fc932e2 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -83,12 +83,12 @@ class Decoder(srd.Decoder): outputs = [] tags = ['Display', 'Memory', 'PC'] annotations = ( - ('fields', 'EDID structure fields'), - ('sections', 'EDID structure sections'), + ('field', 'Field'), + ('section', 'Section'), ) annotation_rows = ( - ('sections', 'Sections', (1,)), ('fields', 'Fields', (0,)), + ('sections', 'Sections', (1,)), ) def __init__(self):