diff options
Diffstat (limited to 'decoders/ds2408')
-rw-r--r-- | decoders/ds2408/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds2408/pd.py b/decoders/ds2408/pd.py index 33f2873..97fb650 100644 --- a/decoders/ds2408/pd.py +++ b/decoders/ds2408/pd.py @@ -40,7 +40,7 @@ class Decoder(srd.Decoder): outputs = [] tags = ['Embedded/industrial', 'IC'] annotations = ( - ('text', 'Human-readable text'), + ('text', 'Text'), ) def __init__(self): |