preferences: Don't lowercase 'ardour' in the 'monitoring' list between 'Audio Driver' and 'Audio Hardware'
c7ec2bb
gave the other "Record monitoring handled by" options nice title
casing. Now allow the application name to use a similar style.
This commit is contained in:
parent
eb87b0e2eb
commit
57c5aa95f7
@ -4354,7 +4354,6 @@ These settings will only take effect after %1 is restarted.\n\
|
||||
}
|
||||
|
||||
string prog (PROGRAM_NAME);
|
||||
boost::algorithm::to_lower (prog);
|
||||
mm->add (SoftwareMonitoring, string_compose (_("%1"), prog));
|
||||
mm->add (ExternalMonitoring, _("Audio Hardware"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user