]> git.0d.be Git - jack_mixer.git/commitdiff
MIDI Control Channels -> MIDI Control Changes
authorDaniel Sheeler <dsheeler@pobox.com>
Thu, 2 Jul 2020 08:08:05 +0000 (03:08 -0500)
committerDaniel Sheeler <dsheeler@pobox.com>
Thu, 2 Jul 2020 08:08:05 +0000 (03:08 -0500)
channel.py

index 70ad3c29e8d1c991d2b84ed60b9de4b12236a1c6..223f66c5dc9ef286028daddfd89a17e8b0d6ce52 100644 (file)
@@ -857,7 +857,7 @@ class ChannelPropertiesDialog(Gtk.Dialog):
         self.mode_hbox.pack_start(self.stereo, True, True, 0)
 
         table = Gtk.Table(2, 3, False)
-        vbox.pack_start(self.create_frame('MIDI Control Channels', table), True, True, 0)
+        vbox.pack_start(self.create_frame('MIDI Control Changes', table), True, True, 0)
         table.set_row_spacings(5)
         table.set_col_spacings(5)