From bd21f968d91abb47254cb46ea34248f8407cfeb7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 Nov 2025 17:22:21 -0700 Subject: [PATCH] reword preferences item label --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 7c252626de..7734de2904 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3124,7 +3124,7 @@ These settings will only take effect after %1 is restarted.\n\ #if !(defined PLATFORM_WINDOWS || defined __APPLE__) bo = new BoolOption ( "allow-to-resize-engine-dialog", - _("Allow to resize Engine Dialog"), + _("Allow resizing the audio/MIDI setup dialog"), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_allow_to_resize_engine_dialog), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_allow_to_resize_engine_dialog) );