From 3cb03d9564e53c9ed425ad153f9e19e4c01e2cf2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 Jul 2024 22:05:00 +0200 Subject: [PATCH] Fix typo --- 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 69ffc28996..6fddc3a649 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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 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.")); + _("Some Plugins expose an unreasonable amount of control-inputs. This option limits the number of parameters that 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")));