From e144452bcdd5f2abbe6b6f3da41ad64f67e39def Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 30 Dec 2019 18:33:32 +0100 Subject: All PDs: Consistently use singular/plural for annotation classes/rows. --- decoders/am230x/pd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/am230x') diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index fbc68d3..eedf942 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -56,8 +56,8 @@ class Decoder(srd.Decoder): ('bit', 'Bit'), ('end', 'End'), ('byte', 'Byte'), - ('humidity', 'Relative humidity in percent'), - ('temperature', 'Temperature in degrees Celsius'), + ('humidity', 'Relative humidity'), + ('temperature', 'Temperature'), ('checksum', 'Checksum'), ) annotation_rows = ( -- cgit v1.2.3-70-g09d2