Backport debian spelling patch

This commit is contained in:
Robin Gareus 2024-02-18 20:50:18 +01:00
parent 0e6e56d420
commit 8aedbc6d0c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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")));