]> Sergey Matveev's repositories - nnn.git/commitdiff
Use small letters
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 16 Nov 2019 08:36:38 +0000 (14:06 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 16 Nov 2019 08:36:38 +0000 (14:06 +0530)
src/nnn.c

index 5d5fff45aa4c697753f902156d5b5b6f56eb3aa7..3388f09c3de51e28ea0e83e804017d8ab73fc625 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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);