13
0

trigger_ui: fix typo

This commit is contained in:
Ben Loftis 2022-01-23 17:54:50 -06:00
parent c72b6fc930
commit e2b9995bb0

View File

@ -279,7 +279,7 @@ SlotPropertyTable::SlotPropertyTable ()
_launch_table.attach(_launch_quant_label, 0, 1, row, row+1, Gtk::FILL, Gtk::SHRINK );
_launch_table.attach(_quantize_button, 1, 3, row, row+1, Gtk::FILL, Gtk::SHRINK ); row++;
_legato_label.set_text(_("Launch Quantize:")); _legato_label.set_alignment(1.0, 0.5);
_legato_label.set_text(_("Legato:")); _legato_label.set_alignment(1.0, 0.5);
_launch_table.attach(_legato_label, 0, 1, row, row+1, Gtk::FILL, Gtk::SHRINK );
_launch_table.attach(_legato_button, 1, 3, row, row+1, Gtk::FILL, Gtk::SHRINK ); row++;