mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix typo
This commit is contained in:
parent
17ecc3a675
commit
f6b17902e6
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ PluginManagerUI::PluginManagerUI ()
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
{ALIGN_LEFT, false, _("Status"), _("Plugin Scan Result") },
|
{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_("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, _("Hide"), _("Hide this plugin in the plugin-selector") },
|
||||||
{ALIGN_CENTER, false, _("Type"), _("Plugin standard") },
|
{ALIGN_CENTER, false, _("Type"), _("Plugin standard") },
|
||||||
{ALIGN_LEFT, true, _("File/ID"), _("The plugin file (VST) or unique ID (AU, LV2)") },
|
{ALIGN_LEFT, true, _("File/ID"), _("The plugin file (VST) or unique ID (AU, LV2)") },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue