From 92ad1368e83e6f8cb24f0b3bf7a22a30c8e167fd Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Sat, 15 Nov 2025 14:52:20 +0100 Subject: [PATCH] Fix the title case in a user-visible message --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 6730a3eb7e..50e333edb2 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4054,7 +4054,7 @@ These settings will only take effect after %1 is restarted.\n\ bo = new BoolOption ( "discover-plugins-on-start", - _("Scan for [new] Plugins on Application Start"), + _("Scan for [New] Plugins on Application Start"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_discover_plugins_on_start), sigc::mem_fun (*_rc_config, &RCConfiguration::set_discover_plugins_on_start) );