diff options
Diffstat (limited to 'decoders/ds28ea00')
-rw-r--r-- | decoders/ds28ea00/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds28ea00/pd.py b/decoders/ds28ea00/pd.py index 9a57844..39290b4 100644 --- a/decoders/ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -45,7 +45,7 @@ class Decoder(srd.Decoder): outputs = [] tags = ['IC', 'Sensor'] annotations = ( - ('text', 'Human-readable text'), + ('text', 'Text'), ) def __init__(self): |