mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TranslatableString for prompts of choice controls
This commit is contained in:
@@ -970,7 +970,7 @@ void TimerRecordDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
S.StartMultiColumn(1, wxEXPAND);
|
||||
{
|
||||
S.SetStretchyCol( 0 );
|
||||
m_pTimerAfterCompleteChoiceCtrl = S.AddChoice(_("After Recording completes:"),
|
||||
m_pTimerAfterCompleteChoiceCtrl = S.AddChoice(XO("After Recording completes:"),
|
||||
{
|
||||
XO("Do nothing") ,
|
||||
XO("Exit Audacity") ,
|
||||
|
||||
Reference in New Issue
Block a user