1
0
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:
windinthew
2013-02-14 05:51:32 +00:00
parent cf972a390d
commit cfc7ef4422

View File

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