mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
TranslatableString for AudacityTextEntryDialog message and caption
This commit is contained in:
@@ -2085,8 +2085,8 @@ int LabelTrackView::DialogForLabelName(
|
||||
position = trackPanel.ClientToScreen(position);
|
||||
auto &window = GetProjectFrame( project );
|
||||
AudacityTextEntryDialog dialog{ &window,
|
||||
_("Name:"),
|
||||
_("New label"),
|
||||
XO("Name:"),
|
||||
XO("New label"),
|
||||
initialValue,
|
||||
wxOK | wxCANCEL,
|
||||
position };
|
||||
|
||||
Reference in New Issue
Block a user