]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rgb_led_spi/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / rgb_led_spi / pd.py
index ee94c6bf5382b6b5a666486878217fc9e7a687c6..82877b393c06627273afa992e6cbb50ccfacd484 100644 (file)
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['Display']
     annotations = (
-        ('rgb', 'RGB values'),
+        ('rgb', 'RGB value'),
     )
 
     def __init__(self):