mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix minor typo: coninue -> continue (#736)
This commit is contained in:
@@ -71,7 +71,7 @@ void AudacityFileConfig::Warn()
|
||||
"This could be caused by many reasons, but the most likely are that "
|
||||
"the disk is full or you do not have write permissions to the file. "
|
||||
"More information can be obtained by clicking the help button below.\n\n"
|
||||
"You can attempt to correct the issue and then click \"Retry\" to coninue.\n\n"
|
||||
"You can attempt to correct the issue and then click \"Retry\" to continue.\n\n"
|
||||
"If you choose to \"Quit Audacity\", your project may be left in an unsaved "
|
||||
"state which will be recovered the next time you open it.")
|
||||
.Format(GetFilePath()),
|
||||
|
||||
Reference in New Issue
Block a user