]> Sergey Matveev's repositories - nnn.git/commitdiff
Better message for multi-copy
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 4 Feb 2018 17:24:58 +0000 (22:54 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 4 Feb 2018 17:24:58 +0000 (22:54 +0530)
nnn.c

diff --git a/nnn.c b/nnn.c
index 691902b8517118ac3896927b47e7700ca69f9f1d..b90776f582fc823515fa84fe120f54abdeb2d668 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -2875,7 +2875,7 @@ nochange:
                                g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
                                copystartid = cur;
                                copybufpos = 0;
-                               printmsg("copymode on");
+                               printmsg("multi-copy on");
                                DPRINTF_S("copymode on");
                        } else {
                                static size_t len;
@@ -2908,7 +2908,7 @@ nochange:
                                        if (!len)
                                                printmsg("files copied");
                                } else
-                                       printmsg("copymode off");
+                                       printmsg("multi-copy off");
                        }
                        goto nochange;
                case SEL_QUOTE: