mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
I believe Chain in "Select Chain" should be capitalised
This commit is contained in:
@@ -101,7 +101,7 @@ void BatchProcessDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
{
|
||||
/*i18n-hint: A chain is a sequence of commands that can be applied
|
||||
* to one or more audio files.*/
|
||||
S.StartStatic(_("&Select chain"), true);
|
||||
S.StartStatic(_("&Select Chain"), true);
|
||||
{
|
||||
S.SetStyle(wxSUNKEN_BORDER | wxLC_REPORT | wxLC_HRULES | wxLC_VRULES |
|
||||
wxLC_SINGLE_SEL);
|
||||
|
||||
Reference in New Issue
Block a user