aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-16 12:12:06 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-16 12:12:06 +0530
commit40cecab4dadbc633a41e988719e9c5471bbd3bf6 (patch)
tree8fa80389bdf400c6b5f51a4b263429a60169a42a
parentb7536dc38c3dff52f3039d7bb9a12fc4f91f9458 (diff)
downloadnnn-40cecab4dadbc633a41e988719e9c5471bbd3bf6.tar.gz
Change strings
-rw-r--r--src/nnn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nnn.c b/src/nnn.c
index b2e2845..6ab7354 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3456,7 +3456,7 @@ nochange:
}
if (!r) {
- printmsg("required utility missing");
+ printmsg("utility missing");
goto nochange;
}
@@ -3539,8 +3539,8 @@ nochange:
if ((sel != SEL_COPYALL) && g_crc != crc8fast((uchar *)dents,
ndents * sizeof(struct entry))) {
cfg.copymode = 0;
- printmsg("range error: dir/content changed");
- DPRINTF_S("range error: dir/content changed");
+ printmsg("dir/content changed");
+ DPRINTF_S("dir/content changed");
goto nochange;
}
#endif
@@ -3574,7 +3574,7 @@ nochange:
printmsg("selection off");
goto nochange;
case SEL_COPYLIST:
- copybufpos ? showcplist() : printmsg("none selected");
+ copybufpos ? showcplist() : printmsg("none selected");
goto nochange;
case SEL_CP:
case SEL_MV: