mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Typo fix
This commit is contained in:
parent
a7389f9e10
commit
b1e69fd376
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ PluginManagerUI::PluginManagerUI ()
|
|||
/* tooltips */
|
||||
/* clang-format off */
|
||||
ArdourWidgets::set_tooltip (_btn_reindex, _("Only update plugin index, do not discover new plugins."));
|
||||
ArdourWidgets::set_tooltip (_btn_rescan_all, _("Scans all plugins, regardless if they have already been successfully scanned\n.Depending on the number of plugins installed this can take a long time."));
|
||||
ArdourWidgets::set_tooltip (_btn_rescan_all, _("Scans all plugins, regardless if they have already been successfully scanned.\nDepending on the number of plugins installed this can take a long time."));
|
||||
ArdourWidgets::set_tooltip (_btn_rescan_err, _("Scans plugins that have not yet been successfully scanned."));
|
||||
ArdourWidgets::set_tooltip (_btn_rescan_sel, _("Scans the selected plugin."));
|
||||
ArdourWidgets::set_tooltip (_btn_clear, _("Forget about plugins that have been removed from the system."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue