mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Shorten messages
This commit is contained in:
parent
edb9fe14e4
commit
a5a3a84bd1
12
src/nnn.c
12
src/nnn.c
|
@ -523,7 +523,7 @@ static const char * const messages[] = {
|
||||||
"session name: ",
|
"session name: ",
|
||||||
"'c'p / 'm'v as?",
|
"'c'p / 'm'v as?",
|
||||||
"'c'urrent / 's'el?",
|
"'c'urrent / 's'el?",
|
||||||
"forcibly remove %s file%s (unrecoverable)?",
|
"rm -rf %s file%s?",
|
||||||
"create context %d?",
|
"create context %d?",
|
||||||
"'f'ile / 'd'ir / 's'ym / 'h'ard?",
|
"'f'ile / 'd'ir / 's'ym / 'h'ard?",
|
||||||
"'c'li / 'g'ui?",
|
"'c'li / 'g'ui?",
|
||||||
|
@ -536,22 +536,22 @@ static const char * const messages[] = {
|
||||||
"relative path: ",
|
"relative path: ",
|
||||||
"link prefix [@ for none]: ",
|
"link prefix [@ for none]: ",
|
||||||
"copy name: ",
|
"copy name: ",
|
||||||
"\nPress Enter to continue",
|
"\n'Enter' to continue",
|
||||||
"open failed",
|
"open failed",
|
||||||
"dir inaccessible",
|
"dir inaccessible",
|
||||||
"empty: edit or open with",
|
"empty: edit/open with",
|
||||||
"unsupported file",
|
"unknown",
|
||||||
"not set",
|
"not set",
|
||||||
"entry exists",
|
"entry exists",
|
||||||
"too few columns!",
|
"too few columns!",
|
||||||
"'s'shfs / 'r'clone?",
|
"'s'shfs / 'r'clone?",
|
||||||
"may take a while, try refresh",
|
"refresh if slow",
|
||||||
"app name: ",
|
"app name: ",
|
||||||
"'d'efault / e'x'tract / 'l'ist / 'm'ount?",
|
"'d'efault / e'x'tract / 'l'ist / 'm'ount?",
|
||||||
"plugin keys:",
|
"plugin keys:",
|
||||||
"bookmark keys:",
|
"bookmark keys:",
|
||||||
"invalid regex",
|
"invalid regex",
|
||||||
"toggle 'a'u / 'd'u / 'e'xtn / 'r'everse / 's'ize / 't'ime / 'v'ersion?",
|
"'a'u / 'd'u / 'e'xtn / 'r'ev / 's'ize / 't'ime / 'v'er?",
|
||||||
"unmount failed! try lazy?",
|
"unmount failed! try lazy?",
|
||||||
"ignoring invalid paths...",
|
"ignoring invalid paths...",
|
||||||
#ifndef DIR_LIMITED_SELECTION
|
#ifndef DIR_LIMITED_SELECTION
|
||||||
|
|
Loading…
Reference in a new issue