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