1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +01:00

TranslatableString for titles, and spin control and combo prompts

This commit is contained in:
Paul Licameli
2019-12-22 18:14:40 -05:00
parent 707a069712
commit acd1158e1b
19 changed files with 103 additions and 88 deletions

View File

@@ -722,7 +722,7 @@ void OnResample(const CommandContext &context)
S.StartHorizontalLay(wxCENTER, false);
{
cb = S.AddCombo(_("New sample rate (Hz):"),
cb = S.AddCombo(XO("New sample rate (Hz):"),
rate,
rates);
}