From 55b862832aae61b601c3f001b8958eae1e26b191 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 15 Sep 2023 18:04:39 -0500 Subject: [PATCH] Stretch Markers -> Adjust Markers --- 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 ea1dd390dc..c8b5f138a7 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -3484,7 +3484,7 @@ Editor::setup_toolbar () nudge_box->pack_start (nudge_forward_button, false, false); nudge_box->pack_start (*nudge_clock, false, false); - stretch_marker_cb.set_label (_("Stretch Markers")); + stretch_marker_cb.set_label (_("Adjust Markers")); stretch_marker_cb.set_active (true); /* Grid - these tools are only visible when in Grid mode */