13
0

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:
Mads Kiilerich 2024-07-26 21:08:20 +02:00 committed by Robin Gareus
parent eb87b0e2eb
commit 57c5aa95f7
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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"));