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

This commit is contained in:
Robin Gareus 2023-08-31 05:29:29 +02:00
parent b162ffbca8
commit 1bc795509b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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)