mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
TranslatableString for static text box captions
This commit is contained in:
@@ -350,7 +350,7 @@ static wxString AskCopyOrEdit()
|
||||
wxRadioButton *copyRadio;
|
||||
wxCheckBox *dontAskNextTimeBox;
|
||||
|
||||
S.StartStatic(_("Choose an import method"));
|
||||
S.StartStatic(XO("Choose an import method"));
|
||||
{
|
||||
S.SetBorder(0);
|
||||
|
||||
|
Reference in New Issue
Block a user