diff options
Diffstat (limited to 'decoders/dali')
-rw-r--r-- | decoders/dali/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/dali/pd.py b/decoders/dali/pd.py index 8be494a..419e364 100644 --- a/decoders/dali/pd.py +++ b/decoders/dali/pd.py @@ -42,7 +42,7 @@ class Decoder(srd.Decoder): ) annotations = ( ('bit', 'Bit'), - ('startbit', 'Startbit'), + ('startbit', 'Start bit'), ('sbit', 'Select bit'), ('ybit', 'Individual or group'), ('address', 'Address'), @@ -52,7 +52,7 @@ class Decoder(srd.Decoder): ) annotation_rows = ( ('bits', 'Bits', (0,)), - ('raw', 'Raw data', (7,)), + ('raw-data', 'Raw data', (7,)), ('fields', 'Fields', (1, 2, 3, 4, 5, 6)), ) |