nnn.c | 4 ++-- diff --git a/nnn.c b/nnn.c index 691902b8517118ac3896927b47e7700ca69f9f1d..b90776f582fc823515fa84fe120f54abdeb2d668 100644 --- a/nnn.c +++ b/nnn.c @@ -2875,7 +2875,7 @@ if (cfg.copymode) { 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 @@ DPRINTF_S(pcopybuf); if (!len) printmsg("files copied"); } else - printmsg("copymode off"); + printmsg("multi-copy off"); } goto nochange; case SEL_QUOTE: