mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 09:07:41 +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:
parent
3cb560c7ab
commit
9e74613a8e
@ -441,7 +441,7 @@ void TimerRecordDialog::OnOK(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
// Create the message string
|
// Create the message string
|
||||||
wxString sMessage = "";
|
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,
|
sPlannedTime,
|
||||||
sRemainingTime);
|
sRemainingTime);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user