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