mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
TranslatableString for captions of text entry boxes
This commit is contained in:
@@ -199,7 +199,7 @@ void SetTrackNameCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||
{
|
||||
S.TieTextBox(_("Name:"),mName,60);
|
||||
S.TieTextBox(XO("Name:"),mName,60);
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user