Explorar el Código

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.
master
0xACE GitHub hace 5 años
padre
commit
c9f0e279af
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar