diff options
| author | 2020-05-05 14:19:26 +0200 | |
|---|---|---|
| committer | 2020-05-05 17:49:26 +0530 | |
| commit | c9f0e279afbd28506b7104831826917b2d5cdc19 (patch) | |
| tree | e0e3ed8052d2f9c78c5a77c51ff4c651d03d77db | |
| parent | 6ee257920dd4ca97146407adf1030d7249366846 (diff) | |
| download | nnn-c9f0e279afbd28506b7104831826917b2d5cdc19.tar.gz | |
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.
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |