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/pan1321/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders/pan1321') diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index 6c93114..0dd8e90 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/pd.py @@ -34,9 +34,9 @@ class Decoder(srd.Decoder): outputs = [] tags = ['Wireless/RF'] annotations = ( - ('text-verbose', 'Human-readable text (verbose)'), - ('text', 'Human-readable text'), - ('warnings', 'Human-readable warnings'), + ('text-verbose', 'Text (verbose)'), + ('text', 'Text'), + ('warning', 'Warning'), ) def __init__(self): -- cgit v1.2.3-70-g09d2