From 1bc795509b4465cb7df89354c89dd6a259b80c38 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 31 Aug 2023 05:29:29 +0200 Subject: [PATCH] Use "Arrangement" in GUI instead of Section (amend 2f6a0abf) --- gtk2_ardour/location_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index 15cafa9ac8..d3eb19554b 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -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)