summaryrefslogtreecommitdiff
path: root/decoders/pan1321/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/pan1321/pd.py')
-rw-r--r--decoders/pan1321/pd.py6
1 files changed, 3 insertions, 3 deletions
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):