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
b162ffbca8
commit
1bc795509b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
|
|||
, locate_to_end_button (_("Goto"))
|
||||
, length_clock (X_("locationlength"), true, "", true, false, true)
|
||||
, cd_check_button (_("CD"))
|
||||
, section_check_button (_("Sect."))
|
||||
, section_check_button (S_("Arrangement|Arr."))
|
||||
, hide_check_button (_("Hide"))
|
||||
, lock_check_button (_("Lock"))
|
||||
, _clock_group (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue