From: 0xACE <0xACE@users.noreply.github.com> Date: Tue, 5 May 2020 12:19:26 +0000 (+0200) Subject: SEL_FIRST now displays the correct message (#556) X-Git-Tag: v3.2~65 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c9f0e279afbd28506b7104831826917b2d5cdc19;p=nnn.git 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. --- 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 */