summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 401ea79ed..4b50d10f7 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -595,7 +595,7 @@ copy_internal (const char *src_path, const char *dst_path,
directories). */
if (S_ISDIR (src_type))
{
- error (0, 0, _("%s: won't create hard link `%s' to directory `%s'"),
+ error (0, 0, _("won't create hard link `%s' to directory `%s'"),
dst_path, earlier_file);
goto un_backup;
}