From 3cf60bc6b46dc94b5c6d58bae10ac1e6c1942b11 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Aug 2021 13:48:43 +0200 Subject: [PATCH] Prefer the term "ignorelist" (see also 8ce618f650) --- 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 95d6cfe31d..16336ff8aa 100644 --- a/gtk2_ardour/plugin_manager_ui.cc +++ b/gtk2_ardour/plugin_manager_ui.cc @@ -777,7 +777,7 @@ PluginManagerUI::rescan_all () { ArdourMessageDialog msg (_("Are you sure you want to rescan all plugins?"), false, MESSAGE_QUESTION, BUTTONS_YES_NO, true); msg.set_title (_("Rescan Plugins")); - msg.set_secondary_text (_("This starts a fresh scan, dropping all cached plugin data and backlists. Depending on the number if plugins installed this can take a long time.")); + msg.set_secondary_text (_("This starts a fresh scan, dropping all cached plugin data and ignorelist. Depending on the number if plugins installed this can take a long time.")); if (msg.run () != RESPONSE_YES) { return;