nnn.c | 6 +++--- diff --git a/nnn.c b/nnn.c index aeda6064f629af71612442e73ac1c3da5be0ccfa..5c8caf7be89324019737b2d64c947c4c0482f715 100644 --- a/nnn.c +++ b/nnn.c @@ -300,12 +300,12 @@ #define STR_DATE_ID 6 static const char messages[][16] = { - "nftw(3) failed", + "nftw failed", "already at /", "HOME not set", "no traversal", "invalid key", - "set copy method", + "copy not set", "%F %T %z", }; @@ -743,7 +743,7 @@ /* Show a marker (to indicate nnn spawned shell) */ if (flag & F_MARKER && shlvl != NULL) { printf("\n +-++-++-+\n | n n n |\n +-++-++-+\n\n"); - printf("Spawned shell level: %d\n", atoi(shlvl) + 1); + printf("Next shell level: %d\n", atoi(shlvl) + 1); } /* Suppress stdout and stderr */