diff options
Diffstat (limited to 'decoders/ds243x')
-rw-r--r-- | decoders/ds243x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds243x/pd.py b/decoders/ds243x/pd.py index 7f9f666..0fbdcdf 100644 --- a/decoders/ds243x/pd.py +++ b/decoders/ds243x/pd.py @@ -71,7 +71,7 @@ class Decoder(srd.Decoder): outputs = [] tags = ['IC', 'Memory'] annotations = ( - ('text', 'Human-readable text'), + ('text', 'Text'), ) binary = ( ('mem_read', 'Data read from memory'), |