1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 12:04:49 +02:00

Fix some missed internationalizations

This commit is contained in:
Paul Licameli
2017-08-02 17:43:35 -04:00
parent 3e39771c53
commit d7ac0d30db
2 changed files with 12 additions and 11 deletions

View File

@@ -291,7 +291,7 @@ void TimerRecordDialog::OnTimeText_Duration(wxCommandEvent& WXUNUSED(event))
// New events for timer recording automation
void TimerRecordDialog::OnAutoSavePathButton_Click(wxCommandEvent& WXUNUSED(event))
{
wxString fName = FileSelector(_T("Save Timer Recording As"),
wxString fName = FileSelector(_("Save Timer Recording As"),
m_fnAutoSaveFile.GetPath(),
m_fnAutoSaveFile.GetFullName(),
wxT("aup"),