mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-07 08:31:31 +03:00
* main.c (print_color_usage): Update list of keywords for file
types. Add a notice for translators.
This commit is contained in:
parent
e3141024f3
commit
01d8a125c8
@ -1,5 +1,8 @@
|
||||
2002-10-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (print_color_usage): Update list of keywords for file
|
||||
types. Add a notice for translators.
|
||||
|
||||
* color.c: Rename stalledlink to stalelink. Make the same
|
||||
change elsewhere.
|
||||
|
||||
|
@ -2092,6 +2092,7 @@ print_mc_usage (poptContext ctx, FILE * stream)
|
||||
static void
|
||||
print_color_usage (void)
|
||||
{
|
||||
/* TRANSLATORS: don't translate keywords and names of colors */
|
||||
fputs (_("--colors KEYWORD={FORE},{BACK}\n\n"
|
||||
"{FORE} and {BACK} can be omitted, and the default will be used\n"
|
||||
"\n"
|
||||
@ -2101,7 +2102,7 @@ print_color_usage (void)
|
||||
" Dialog boxes: dnormal, dfocus, dhotnormal, dhotfocus\n"
|
||||
" Menus: menu, menuhot, menusel, menuhotsel\n"
|
||||
" Help: helpnormal, helpitalic, helplink, helpslink\n"
|
||||
" File types: directory, execute, link, device, special, core\n"
|
||||
" File types: directory, executable, link, stalelink, device, special, core\n"
|
||||
"\n"
|
||||
"Colors:\n"
|
||||
" black, gray, red, brightred, green, brightgreen, brown,\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user