mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
i18n hint
This commit is contained in:
parent
29c98f27f6
commit
20c086263d
@ -67,6 +67,7 @@ void DragCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartMultiColumn(3, wxALIGN_CENTER);
|
||||
{
|
||||
/* i18n-hint abbreviates "Identity" or "Identifier" */
|
||||
S.Optional( bHasId ).TieNumericTextBox( _("Id:"), mId );
|
||||
S.Optional( bHasWinName ).TieTextBox( _("Window Name:"), mWinName );
|
||||
S.Optional( bHasFromX ).TieNumericTextBox( _("From X:"), mFromX );
|
||||
|
Loading…
x
Reference in New Issue
Block a user