mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
plugin_manager_ui: small spelling fix
This commit is contained in:
parent
219bb86798
commit
446dcbd8ce
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ PluginManagerUI::PluginManagerUI ()
|
||||||
b_paths->set_border_width (4);
|
b_paths->set_border_width (4);
|
||||||
|
|
||||||
/* tooltips */
|
/* tooltips */
|
||||||
ArdourWidgets::set_tooltip (_btn_rescan_all, _("Scans all plugins, regardless if they have already been susceesfully scaned\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 scaned\n.Depending 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 susccessfully scanned."));
|
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_rescan_sel, _("Scans the selected plugin."));
|
||||||
ArdourWidgets::set_tooltip (_btn_clear, _("Forget about plugins that have been removed from the system."));
|
ArdourWidgets::set_tooltip (_btn_clear, _("Forget about plugins that have been removed from the system."));
|
||||||
ArdourWidgets::set_tooltip (_btn_prefs, _("Open preference window"));
|
ArdourWidgets::set_tooltip (_btn_prefs, _("Open preference window"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue