1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 07:40:05 +02:00

Disc > Disk (Bug 1400)

Also capitalize "Timer Recording" in the message because it is a unique Audacity entity.
This commit is contained in:
Gale Andrews 2016-06-11 17:12:33 +01:00 committed by GitHub
parent 3cb560c7ab
commit 9e74613a8e

View File

@ -441,7 +441,7 @@ void TimerRecordDialog::OnOK(wxCommandEvent& WXUNUSED(event))
// Create the message string
wxString sMessage = "";
sMessage.Printf("You may not have enough free disk space to complete this timer recording, based on your current settings.\n\nDo you wish to continue?\n\nPlanned recording duration: %s\nRecording time remaining on disc: %s",
sMessage.Printf("You may not have enough free disk space to complete this Timer Recording, based on your current settings.\n\nDo you wish to continue?\n\nPlanned recording duration: %s\nRecording time remaining on disk: %s",
sPlannedTime,
sRemainingTime);