From e010cf91b9865719e1cdfc3da73b73a079b2678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=20Pu=C5=A1i=C4=87?= Date: Mon, 20 Nov 2023 18:47:12 +0100 Subject: [PATCH] Fixed a typo --- 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 7a05f7ef79..cf0bd46e43 100644 --- a/gtk2_ardour/plugin_manager_ui.cc +++ b/gtk2_ardour/plugin_manager_ui.cc @@ -783,7 +783,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 ignorelist. 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 of plugins installed this can take a long time.")); if (msg.run () != RESPONSE_YES) { return;