1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +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

@@ -965,8 +965,8 @@ void MacrosWindow::OnAdd(wxCommandEvent & WXUNUSED(event))
{
while (true) {
AudacityTextEntryDialog d(this,
_("Enter name of new macro"),
_("Name of new macro"));
XO("Enter name of new macro"),
XO("Name of new macro"));
d.SetName(d.GetTitle());
wxString name;