Tweak new-plugins-active tooltip

This commit is contained in:
Robin Gareus 2023-02-05 16:07:52 +01:00
parent be1462357b
commit 3105dcfbbc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 1 deletions

View File

@ -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(),
_("<b>When enabled</b> 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"));
_("<b>When enabled</b> plugins will be activated when they are added to tracks/busses.\n<b>When disabled</b> plugins will be left inactive when they are added to tracks/busses"));
bo = new BoolOption (
"setup-sidechain",