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/max7219/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders/max7219') diff --git a/decoders/max7219/pd.py b/decoders/max7219/pd.py index 53067a6..eb26e10 100644 --- a/decoders/max7219/pd.py +++ b/decoders/max7219/pd.py @@ -51,9 +51,9 @@ class Decoder(srd.Decoder): outputs = [] tags = ['Display'] annotations = ( - ('register', 'Registers written to the device'), - ('digit', 'Digits displayed on the device'), - ('warnings', 'Human-readable warnings'), + ('register', 'Register write'), + ('digit', 'Digit displayed'), + ('warning', 'Warning'), ) annotation_rows = ( ('commands', 'Commands', (ann_reg, ann_digit)), -- cgit v1.2.3-70-g09d2