diff options
Diffstat (limited to 'decoders/maxim_ds28ea00')
-rw-r--r-- | decoders/maxim_ds28ea00/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 73e7356..6e1125a 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -53,7 +53,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['Text', 'Human-readable text'], + ['text', 'Human-readable text'], ] def __init__(self, **kwargs): |