mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
TranslatableString for captions of text entry boxes
This commit is contained in:
@@ -43,8 +43,8 @@ void SetEnvelopeCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartMultiColumn(3, wxALIGN_CENTER);
|
||||
{
|
||||
S.Optional( bHasT ).TieNumericTextBox( _("Time:"), mT );
|
||||
S.Optional( bHasV ).TieNumericTextBox( _("Value:"), mV );
|
||||
S.Optional( bHasT ).TieNumericTextBox( XO("Time:"), mT );
|
||||
S.Optional( bHasV ).TieNumericTextBox( XO("Value:"), mV );
|
||||
S.Optional( bHasDelete ).TieCheckBox( _("Delete:"), mbDelete );
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
|
||||
Reference in New Issue
Block a user