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",