Prefer the term Ignorelist (Ign, in the plugin manager) over blacklist

This commit is contained in:
Ben Loftis 2021-07-22 09:50:20 -05:00
parent ae13f87f03
commit 8ce618f650
2 changed files with 5 additions and 5 deletions

View file

@ -108,7 +108,7 @@ PluginManagerUI::PluginManagerUI ()
} ci[] = {
/* clang-format off */
{ALIGN_LEFT, false, _("Status"), _("Plugin Scan Result") },
{ALIGN_CENTER, false, S_("Ignore|Ign"), _("Blacklist the plugin-set, ignore all plugins in a bundle.") },
{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, _("Hide"), _("Hide this plugin in the plugin-selector") },
{ALIGN_CENTER, false, _("Type"), _("Plugin standard") },