mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
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.
This commit is contained in:
parent
6ee257920d
commit
c9f0e279af
|
@ -565,10 +565,10 @@ static const char * const messages[] = {
|
||||||
"invalid regex",
|
"invalid regex",
|
||||||
"'a'u / 'd'u / 'e'xtn / 'r'ev / 's'ize / 't'ime / 'v'er / 'c'lear?",
|
"'a'u / 'd'u / 'e'xtn / 'r'ev / 's'ize / 't'ime / 'v'er / 'c'lear?",
|
||||||
"unmount failed! try lazy?",
|
"unmount failed! try lazy?",
|
||||||
|
"first file (\')/char?",
|
||||||
"remove tmp file?",
|
"remove tmp file?",
|
||||||
"unchanged",
|
"unchanged",
|
||||||
"cancelled",
|
"cancelled",
|
||||||
"first file (\')/char?",
|
|
||||||
"0 entries",
|
"0 entries",
|
||||||
#ifndef DIR_LIMITED_SELECTION
|
#ifndef DIR_LIMITED_SELECTION
|
||||||
"dir changed, range sel off", /* Must be the last entry */
|
"dir changed, range sel off", /* Must be the last entry */
|
||||||
|
|
Loading…
Reference in a new issue