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

TranslatableString for static text box captions

This commit is contained in:
Paul Licameli
2019-12-22 14:58:36 -05:00
parent 21e7b9f2de
commit b404eb7800
60 changed files with 150 additions and 144 deletions

View File

@@ -112,7 +112,7 @@ void MacroCommandDialog::PopulateOrExchange(ShuttleGui &S)
}
S.EndMultiColumn();
S.Prop(10).StartStatic(_("Choose command"), true);
S.Prop(10).StartStatic(XO("Choose command"), true);
{
mChoices = S.Id(CommandsListID)
.Style(wxSUNKEN_BORDER | wxLC_LIST | wxLC_SINGLE_SEL)