From 3105dcfbbcb8eddf3007f58a06a004d17273b080 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 5 Feb 2023 16:07:52 +0100 Subject: [PATCH] Tweak new-plugins-active tooltip --- gtk2_ardour/rc_option_editor.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index a59a063b8e..1a778a3cf4 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3789,6 +3789,7 @@ These settings will only take effect after %1 is restarted.\n\ )); add_option (_("Transport"), new OptionEditorHeading (_("Plugins"))); + bo = new BoolOption ( "plugins-stop-with-transport", _("Silence plugins when the transport is stopped"), @@ -3863,7 +3864,7 @@ These settings will only take effect after %1 is restarted.\n\ ); add_option (_("Plugins"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - _("When enabled plugins will be activated when they are added to tracks/busses. When disabled plugins will be left inactive when they are added to tracks/busses")); + _("When enabled plugins will be activated when they are added to tracks/busses.\nWhen disabled plugins will be left inactive when they are added to tracks/busses")); bo = new BoolOption ( "setup-sidechain",