mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 22:51:21 +01:00
Corrected version of Ed's patch #18 to localise some strings.
This commit is contained in:
@@ -86,7 +86,7 @@ MultiDialog::MultiDialog(wxString prompt,
|
||||
mBox->SetName(_("Please select an action"));
|
||||
mBox->SetSelection(0);
|
||||
|
||||
wxButton *ok = new wxButton(this, wxID_OK, wxT("OK"));
|
||||
wxButton *ok = new wxButton(this, wxID_OK, _("OK"));
|
||||
|
||||
vSizer->Add(mBox, 1, wxGROW|wxALIGN_CENTER|wxALL, 5);
|
||||
vSizer->Add(ok, 0, wxALIGN_CENTER|wxALL, 5);
|
||||
|
||||
Reference in New Issue
Block a user