From f6b17902e6c55cd7347d3ea6c500e3d71f7e1d6f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Aug 2021 13:46:41 +0200 Subject: [PATCH] Fix typo --- gtk2_ardour/plugin_manager_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/plugin_manager_ui.cc b/gtk2_ardour/plugin_manager_ui.cc index 15e6b44bb9..95d6cfe31d 100644 --- a/gtk2_ardour/plugin_manager_ui.cc +++ b/gtk2_ardour/plugin_manager_ui.cc @@ -109,7 +109,7 @@ PluginManagerUI::PluginManagerUI () /* clang-format off */ {ALIGN_LEFT, false, _("Status"), _("Plugin Scan Result") }, {ALIGN_CENTER, false, S_("Ignore|Ign"), _("Ignore this plugin (and others that are loaded in the same file)") }, - {ALIGN_CENTER, false, S_("Favorite|Fav"), _("Add this plugin to to the favorite list") }, + {ALIGN_CENTER, false, S_("Favorite|Fav"), _("Add this plugin to the favorite list") }, {ALIGN_CENTER, false, _("Hide"), _("Hide this plugin in the plugin-selector") }, {ALIGN_CENTER, false, _("Type"), _("Plugin standard") }, {ALIGN_LEFT, true, _("File/ID"), _("The plugin file (VST) or unique ID (AU, LV2)") },