13
0

Fix typo in tooltip

thanks to SpotlightKid
This commit is contained in:
Robin Gareus 2024-06-20 19:46:22 +02:00
parent a0da78d8c5
commit 0e3ed8dbaf
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -4992,7 +4992,7 @@ These settings will only take effect after %1 is restarted.\n\
lna->add (999, _("999 parameters"));
add_option (_("Performance"), lna);
Gtkmm2ext::UI::instance()->set_tip (lna->tip_widget(),
_("Some Plugins expose an unreasonable amount of control-inputs. This option limits the number of parameters that can are listed as automatable without restricting the number of total controls.\n\nThis reduces lag in the GUI and shortens excessively long drop-down lists for plugins with a large number of control ports.\n\nNote: This only affects newly added plugins and is applied to plugin on session-reload. Already automated parameters are retained."));
_("Some Plugins expose an unreasonable amount of control-inputs. This option limits the number of parameters that are are listed as automatable without restricting the number of total controls.\n\nThis reduces lag in the GUI and shortens excessively long drop-down lists for plugins with a large number of control ports.\n\nNote: This only affects newly added plugins and is applied to plugin on session-reload. Already automated parameters are retained."));
/* VIDEO Timeline */
add_option (_("Video"), new OptionEditorHeading (_("Video Server")));