mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Make capitalization more consistent across the UI
This commit mostly changes "Sample rate" to "Sample Rate"
This commit is contained in:
parent
9153521f4a
commit
05afb53743
6 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue