From 8aedbc6d0cb37c312dfd0b8f483000973ffd8491 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 18 Feb 2024 20:50:18 +0100 Subject: [PATCH] Backport debian spelling patch --- 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 84d37c9126..dde51bdbac 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4044,7 +4044,7 @@ These settings will only take effect after %1 is restarted.\n\ puimode->add (PluginGUIDestroyVST, _("only destroys VST2/3 UIs, hides others")); add_option (_("Plugins/GUI"), puimode); - Gtkmm2ext::UI::instance()->set_tip (puimode->tip_widget(), _("Closing a plugin window, usually only hides it. This makes is fast to open the same plugin UI again at a later time.\n\nMost plugin UIs are inactive and do not consume any CPU resources while they are not mapped on the screen.\n\nHowever some plugins do consume significant CPU and GPU resources even when they are not currently displayed. This option allows to work around the issue.")); + Gtkmm2ext::UI::instance()->set_tip (puimode->tip_widget(), _("Closing a plugin window, usually only hides it. This makes is fast to open the same plugin UI again at a later time.\n\nMost plugin UIs are inactive and do not consume any CPU resources while they are not mapped on the screen.\n\nHowever some plugins do consume significant CPU and GPU resources even when they are not currently displayed. This option allows one to work around the issue.")); #ifdef LV2_EXTENDED add_option (_("Plugins/GUI"), new OptionEditorHeading (_("Mixer Strip Inline Display")));