mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
TranslatableString for explicit prompts and units in ShuttleGui
This commit is contained in:
@@ -104,7 +104,7 @@ void MacroCommandDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
mParameters = S.AddTextBox(XO("&Parameters"), wxT(""), 0);
|
||||
mParameters->SetEditable(false);
|
||||
auto prompt = XO("&Details");
|
||||
S.Prop(0).AddPrompt(prompt.Translation());
|
||||
S.Prop(0).AddPrompt(prompt);
|
||||
mDetails = S
|
||||
.Name( prompt )
|
||||
.AddTextWindow( wxT(""));
|
||||
|
||||
Reference in New Issue
Block a user