mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Fix typo in a message
This commit is contained in:
@@ -604,7 +604,7 @@ bool ProjectFileIO::CopyTo(const FilePath &destpath)
|
||||
if (progress.Update(total - remaining, total) != ProgressResult::Success)
|
||||
{
|
||||
SetError(
|
||||
XO("Copy processs cancelled.")
|
||||
XO("Copy process cancelled.")
|
||||
);
|
||||
success = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user