13
0

arrangement markers are named "section N" by default

This commit is contained in:
Paul Davis 2024-05-20 11:00:45 -06:00
parent 66d36999b9
commit ac779b38b2

View File

@ -844,7 +844,7 @@ Editor::mouse_add_new_marker (timepos_t where, Location::Flags extra_flags, int3
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
} else {
if (flags & Location::IsSection) {
namebase = _("verse");
namebase = _("section");
} else {
namebase = _("mark");
}