aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-24 08:43:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-24 08:55:14 +0530
commit28f303699c7f82f41666d0e087f67cedf77d10cf (patch)
treec56f5981e3e113080c010bf76d25768ccea7487d
parentc6f9af931f2f8ebe11a867054fb3733dcb93870a (diff)
downloadnnn-28f303699c7f82f41666d0e087f67cedf77d10cf.tar.gz
Use simpler descriptions
-rw-r--r--nnn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nnn.c b/nnn.c
index aeda606..5c8caf7 100644
--- a/nnn.c
+++ b/nnn.c
@@ -300,12 +300,12 @@ static char * const utils[] = {
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 @@ spawn(const char *file, const char *arg1, const char *arg2, const char *dir, uch
/* 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 */