mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
triggerbox: use translatable marker name function in GUI
This commit is contained in:
parent
98f1b4364d
commit
17e5667216
11 changed files with 16 additions and 17 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue