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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user