aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nnn.c b/nnn.c
index 691902b..b90776f 100644
--- 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: