Use "Arrangement" in GUI instead of Section (amend 2f6a0abf)

This commit is contained in:
Robin Gareus 2023-08-31 16:12:50 +02:00
parent 1bc795509b
commit b5b4be96e3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ Editor::build_marker_menu (Location* loc)
items.push_back (SeparatorElem());
if (!loc->is_range () && !loc->is_xrun ()) {
items.push_back (CheckMenuElem (_("Section Boundary")));
items.push_back (CheckMenuElem (_("Arrangement Boundary")));
Gtk::CheckMenuItem* item = static_cast<Gtk::CheckMenuItem*> (&items.back());
if (loc->is_section ()) {
item->set_active ();