Make capitalization more consistent across the UI

This commit mostly changes "Sample rate" to "Sample Rate"
This commit is contained in:
Alexandre Prokoudine 2022-11-11 03:53:19 +03:00
parent 9153521f4a
commit 05afb53743
6 changed files with 21 additions and 21 deletions

View file

@ -723,7 +723,7 @@ Editor::embed_sndfiles (vector<string> paths,
choices.push_back (_("Embed all without questions"));
ArdourWidgets::Choice rate_choice (
_("Sample rate"),
_("Sample Rate"),
string_compose (_("%1\nThis audiofile's sample rate doesn't match the session sample rate!"),
short_path (path, 40)),
choices, false
@ -749,7 +749,7 @@ Editor::embed_sndfiles (vector<string> paths,
choices.push_back (_("Embed it anyway"));
ArdourWidgets::Choice rate_choice (
_("Sample rate"),
_("Sample Rate"),
string_compose (_("%1\nThis audiofile's sample rate doesn't match the session sample rate!"), path),
choices, false
);