1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 17:11:20 +01:00

Add strings that were not translated.

- A heading in the Edit Chains Dialog.
- Menu Items and submenus.
This commit is contained in:
James Crook
2017-07-22 11:33:09 +01:00
parent de0cc3ecff
commit f38caa55ba
2 changed files with 19 additions and 16 deletions

View File

@@ -537,7 +537,8 @@ void EditChainsDialog::PopulateOrExchange(ShuttleGui & S)
S.SetStyle(wxSUNKEN_BORDER | wxLC_REPORT | wxLC_HRULES | wxLC_SINGLE_SEL |
wxLC_EDIT_LABELS);
mChains = S.Id(ChainsListID).AddListControlReportMode();
mChains->InsertColumn(0, wxT("Chain"), wxLIST_FORMAT_LEFT);
// i18n-hint: This is the heading for a column in the edit chains dialog
mChains->InsertColumn(0, _("Chain"), wxLIST_FORMAT_LEFT);
S.StartHorizontalLay(wxCENTER, false);
{
S.Id(AddButtonID).AddButton(_("&Add"));