1
0
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:
Paul Licameli
2019-12-18 00:07:58 -05:00
parent e56fb4ebcf
commit 89a3771730
7 changed files with 28 additions and 25 deletions

View File

@@ -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 };