From b5b4be96e3319f12fc59ba78c0582ad5ae037e45 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 31 Aug 2023 16:12:50 +0200 Subject: [PATCH] Use "Arrangement" in GUI instead of Section (amend 2f6a0abf) --- gtk2_ardour/editor_markers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 5e375f5186..89e9794c12 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -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 (&items.back()); if (loc->is_section ()) { item->set_active ();