* main.c (print_color_usage): Update list of keywords for file

types.  Add a notice for translators.
This commit is contained in:
Pavel Roskin 2002-10-13 22:57:52 +00:00
parent e3141024f3
commit 01d8a125c8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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"