]> Sergey Matveev's repositories - nnn.git/commitdiff
Change strings
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 16 Feb 2019 06:42:06 +0000 (12:12 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 16 Feb 2019 06:42:06 +0000 (12:12 +0530)
src/nnn.c

index b2e28452aa19125120a9d2001cb7c22fe85c993a..6ab73549f4960641d3fb778c02639acf6ea6d163 100644 (file)
--- 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: