From 6b0bcb341d48c6522b56eb80447d947aa17bb227 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 14 Jun 2024 07:38:50 -0500 Subject: [PATCH] L: rename +Sec -> +Section --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 2e2c8e068d..8d2c72f0ff 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -472,7 +472,7 @@ Editor::Editor () , domain_bounce_info (nullptr) , track_drag (nullptr) #ifdef LIVETRAX - , _livetrax_btn_new_section (_("+Sec")) + , _livetrax_btn_new_section (_("+Section")) , _livetrax_btn_new_location (_("+Mark")) , _livetrax_btn_prev_marker (_("<<")) , _livetrax_btn_next_marker (_(">>"))