1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +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

@@ -504,7 +504,7 @@ void RateMenuTable::OnRateOther(wxCommandEvent &)
S.SetBorder(10);
S.StartHorizontalLay(wxEXPAND, false);
{
cb = S.AddCombo(_("New sample rate (Hz):"),
cb = S.AddCombo(XO("New sample rate (Hz):"),
rate,
rates);
#if defined(__WXMAC__)