mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
TranslatableString for prompts of radio buttons
This commit is contained in:
@@ -355,10 +355,10 @@ static wxString AskCopyOrEdit()
|
||||
S.SetBorder(0);
|
||||
|
||||
copyRadio = S.AddRadioButton(
|
||||
_("Make a © of the files before editing (safer)") );
|
||||
XO("Make a © of the files before editing (safer)") );
|
||||
|
||||
aliasRadio = S.AddRadioButtonToGroup(
|
||||
_("Read the files &directly from the original (faster)") );
|
||||
XO("Read the files &directly from the original (faster)") );
|
||||
|
||||
dontAskNextTimeBox = S.AddCheckBox(
|
||||
_("Don't &warn again and always use my choice above"),
|
||||
|
||||
Reference in New Issue
Block a user