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