summaryrefslogtreecommitdiff
path: root/decoders/midi/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/midi/pd.py')
-rw-r--r--decoders/midi/pd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py
index ae35e12..60bfd2e 100644
--- a/decoders/midi/pd.py
+++ b/decoders/midi/pd.py
@@ -35,9 +35,9 @@ class Decoder(srd.Decoder):
outputs = []
tags = ['Audio', 'PC']
annotations = (
- ('text-verbose', 'Human-readable text (verbose)'),
- ('text-sysreal-verbose', 'Human-readable SysReal text (verbose)'),
- ('text-error', 'Human-readable Error text'),
+ ('text-verbose', 'Text (verbose)'),
+ ('text-sysreal-verbose', 'SysReal text (verbose)'),
+ ('text-error', 'Error text'),
)
annotation_rows = (
('normal', 'Normal', (0, 2)),