mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix the title case in a user-visible message
This commit is contained in:
parent
f26994c747
commit
92ad1368e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue