mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Remove redundant spaces
This commit is contained in:
parent
ab0dc52c49
commit
f415924c7e
16
src/nnn.c
16
src/nnn.c
|
@ -627,14 +627,14 @@ static const char * const messages[] = {
|
||||||
"cancelled",
|
"cancelled",
|
||||||
"failed!",
|
"failed!",
|
||||||
"session name: ",
|
"session name: ",
|
||||||
"'c'p / 'm'v as?",
|
"'c'p/'m'v as?",
|
||||||
"'c'urrent / 's'el?",
|
"'c'urrent/'s'el?",
|
||||||
"%s %s? [Esc/n/N cancels]",
|
"%s %s? [Esc/n/N cancels]",
|
||||||
"limit exceeded",
|
"limit exceeded",
|
||||||
"'f'ile / 'd'ir / 's'ym / 'h'ard?",
|
"'f'ile/'d'ir/'s'ym/'h'ard?",
|
||||||
"'c'li / 'g'ui?",
|
"'c'li/'g'ui?",
|
||||||
"overwrite?",
|
"overwrite?",
|
||||||
"'s'ave / 'l'oad / 'r'estore?",
|
"'s'ave/'l'oad/'r'estore?",
|
||||||
"Quit all contexts?",
|
"Quit all contexts?",
|
||||||
"remote name (- for hovered): ",
|
"remote name (- for hovered): ",
|
||||||
"archive [path/]name: ",
|
"archive [path/]name: ",
|
||||||
|
@ -650,13 +650,13 @@ static const char * const messages[] = {
|
||||||
"not set",
|
"not set",
|
||||||
"entry exists",
|
"entry exists",
|
||||||
"too few cols!",
|
"too few cols!",
|
||||||
"'s'shfs / 'r'clone?",
|
"'s'shfs/'r'clone?",
|
||||||
"refresh if slow",
|
"refresh if slow",
|
||||||
"app: ",
|
"app: ",
|
||||||
"'o'pen / e'x'tract / 'l's / 'm'nt?",
|
"'o'pen/e'x'tract/'l's/'m'nt?",
|
||||||
"keys:",
|
"keys:",
|
||||||
"invalid regex",
|
"invalid regex",
|
||||||
"'a'u / 'd'u / 'e'xt / 'r'ev / 's'z / 't'm / 'v'er / 'c'lr / '^T'?",
|
"'a'u/'d'u/'e'xt/'r'ev/'s'z/'t'm/'v'er/'c'lr/'^T'?",
|
||||||
"unmount failed! try lazy?",
|
"unmount failed! try lazy?",
|
||||||
"first file (\')/char?",
|
"first file (\')/char?",
|
||||||
"remove tmp file?",
|
"remove tmp file?",
|
||||||
|
|
Loading…
Reference in a new issue