mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Fix typo in a message
This commit is contained in:
parent
f7db5043c5
commit
bf9bad5a6e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user