diff options
| author | 2019-11-16 14:06:38 +0530 | |
|---|---|---|
| committer | 2019-11-16 14:06:38 +0530 | |
| commit | c7b037d6a1ec0ba65e9bfac8877c9e5ac480b8e0 (patch) | |
| tree | 46e7802687a8fbf843c5d05311ff2d5948c9f0d1 | |
| parent | f8b8c67bee7eab2af9869283456b80de193eb5cb (diff) | |
| download | nnn-c7b037d6a1ec0ba65e9bfac8877c9e5ac480b8e0.tar.gz | |
Use small letters
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -621,11 +621,11 @@ static void xdelay(void) static char confirm_force(bool selection) { - char str[64] = "forcibly remove current file (UNRECOVERABLE)? [y/Y confirms]"; + char str[64] = "forcibly remove current file (unrecoverable)? [y/Y confirms]"; int r; if (selection) - snprintf(str, 64, "forcibly remove %d file(s) (UNRECOVERABLE)? [y/Y confirms]", nselected); + snprintf(str, 64, "forcibly remove %d file(s) (unrecoverable)? [y/Y confirms]", nselected); r = get_input(str); |