summaryrefslogtreecommitdiff
path: root/decoders/nunchuk
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r--decoders/nunchuk/pd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py
index 90c23d2..01563c2 100644
--- a/decoders/nunchuk/pd.py
+++ b/decoders/nunchuk/pd.py
@@ -33,9 +33,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):