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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user