mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
little fix for show message
This commit is contained in:
parent
7c79cfe10c
commit
43918cc4ba
@ -533,7 +533,7 @@ copy_file_file (FileOpContext *ctx, const char *src_path, const char *dst_path,
|
||||
if (dst_exists) {
|
||||
/* Destination already exists */
|
||||
if (sb.st_dev == sb2.st_dev && sb.st_ino == sb2.st_ino)
|
||||
return warn_same_file(_(" `%s' and `%s' are the same file "),
|
||||
return warn_same_file(_(" `%s' and\n `%s'\n are the same file "),
|
||||
src_path, dst_path);
|
||||
/* Should we replace destination? */
|
||||
if (ask_overwrite) {
|
||||
|
Loading…
Reference in New Issue
Block a user