mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -4354,7 +4354,6 @@ These settings will only take effect after %1 is restarted.\n\
|
||||||
}
|
}
|
||||||
|
|
||||||
string prog (PROGRAM_NAME);
|
string prog (PROGRAM_NAME);
|
||||||
boost::algorithm::to_lower (prog);
|
|
||||||
mm->add (SoftwareMonitoring, string_compose (_("%1"), prog));
|
mm->add (SoftwareMonitoring, string_compose (_("%1"), prog));
|
||||||
mm->add (ExternalMonitoring, _("Audio Hardware"));
|
mm->add (ExternalMonitoring, _("Audio Hardware"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue