From 19e5990d3aff82ba5cb0b309bf100bdbc05e722f Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sun, 4 Feb 2018 22:54:58 +0530
Subject: [PATCH] Better message for multi-copy

---
 nnn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nnn.c b/nnn.c
index 691902b8..b90776f5 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:
-- 
2.51.0