From c9f0e279afbd28506b7104831826917b2d5cdc19 Mon Sep 17 00:00:00 2001 From: 0xACE <0xACE@users.noreply.github.com> Date: Tue, 5 May 2020 14:19:26 +0200 Subject: [PATCH] SEL_FIRST now displays the correct message (#556) A bit scary when you get prompted to remove a file but you wanted to select a file. I also made sure all strings are correctly ordered. --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index f915ca79..789e80d1 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -565,10 +565,10 @@ static const char * const messages[] = { "invalid regex", "'a'u / 'd'u / 'e'xtn / 'r'ev / 's'ize / 't'ime / 'v'er / 'c'lear?", "unmount failed! try lazy?", + "first file (\')/char?", "remove tmp file?", "unchanged", "cancelled", - "first file (\')/char?", "0 entries", #ifndef DIR_LIMITED_SELECTION "dir changed, range sel off", /* Must be the last entry */