X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fonewire_network%2Fpd.py;h=bddc4a8434246d12cbef28623c19ab191be57350;hp=ef302aea4435cfde5f4e6b1d921fa17385546430;hb=HEAD;hpb=c29da3bb1a296ef4ad5a966644681fa908b507ad 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):