diff options
Diffstat (limited to 'decoders/pan1321/pd.py')
-rw-r--r-- | decoders/pan1321/pd.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index f4929f3..8db3b8f 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/pd.py @@ -37,9 +37,9 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['Text (verbose)', 'Human-readable text (verbose)'], - ['Text', 'Human-readable text'], - ['Warnings', 'Human-readable warnings'], + ['text-verbose', 'Human-readable text (verbose)'], + ['text', 'Human-readable text'], + ['warnings', 'Human-readable warnings'], ] def __init__(self, **kwargs): |