diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c index 32f5e5bdc..8c0607f40 100644 --- a/src/copy.c +++ b/src/copy.c @@ -188,7 +188,7 @@ copy_reg (const char *src_path, const char *dst_path, error (0, 0, _("`%s' and `%s' are the same file"), src_path, dst_path); else - error (0, errno, "%s", src_path); + error (0, errno, _("cannot open `%s' for reading"), src_path); return -1; } |