diff --git a/src/ChangeLog b/src/ChangeLog index aaf4f7e41..c4a3bd275 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-10-13 Pavel Roskin + * 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. diff --git a/src/main.c b/src/main.c index fef161f06..3e91cc258 100644 --- a/src/main.c +++ b/src/main.c @@ -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"