13
0
This commit is contained in:
Robin Gareus 2021-08-12 13:46:41 +02:00
parent 17ecc3a675
commit f6b17902e6
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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)") },