triggerbox: use translatable marker name function in GUI

This commit is contained in:
Paul Davis 2022-02-11 11:33:43 -07:00
parent 98f1b4364d
commit 17e5667216
11 changed files with 16 additions and 17 deletions

View file

@ -452,7 +452,7 @@ TriggerMaster::prop_change (PropertyChange const& what_changed)
_loopster->hide ();
} else {
play_text = (string_compose ("%1", (char)('A' + trigger->index ()))); // XXX not translatable
play_text = cue_marker_name (trigger->index ());
int fc = trigger->follow_count ();
int lc = trigger->loop_count ();