mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prefer the term "ignorelist" (see also 8ce618f650)
This commit is contained in:
parent
f6b17902e6
commit
3cf60bc6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue