diff --git a/fs/operations.go b/fs/operations.go index 8f6cdf202..5a247ed02 100644 --- a/fs/operations.go +++ b/fs/operations.go @@ -231,7 +231,7 @@ func Copy(f Fs, dst, src Object) (err error) { in := NewAccount(in0, src) // account the transfer if doUpdate { - actionTaken = "Copied (updated existing)" + actionTaken = "Copied (replaced existing)" err = dst.Update(in, src) } else { actionTaken = "Copied (new)"