X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fonewire_network%2Fpd.py;h=f07110b5c1199d3c4144b88b7b4cf281294148fc;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hp=ef302aea4435cfde5f4e6b1d921fa17385546430;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f;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):