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:
0xACE 2020-05-05 14:19:26 +02:00 committed by GitHub
parent 6ee257920d
commit c9f0e279af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */