1
0
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:
Paul Licameli
2019-12-23 18:02:44 -05:00
parent 455d3185a8
commit c23451af9d
9 changed files with 36 additions and 35 deletions

View File

@@ -355,10 +355,10 @@ static wxString AskCopyOrEdit()
S.SetBorder(0);
copyRadio = S.AddRadioButton(
_("Make a &copy of the files before editing (safer)") );
XO("Make a &copy 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"),