label cd track markers distinctly

This commit is contained in:
Ben Loftis 2024-05-28 08:41:38 -05:00
parent 00305c070d
commit 34875e4f3f

View file

@ -2368,6 +2368,8 @@ Editor::add_location_mark_with_flag (timepos_t const & where, Location::Flags fl
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
} else if (flags & Location::IsSection) {
namebase = _("section");
} else if (flags & Location::IsCDMarker) {
namebase = _("cd trk");
} else {
namebase = _("mark");
}