mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Use "Arrangement" in GUI instead of Section (amend 2f6a0abf)
This commit is contained in:
parent
1bc795509b
commit
b5b4be96e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue