1
1

* main.c (argument_table): Improve help for "+number" - it has

to be re-translated anyway.
Этот коммит содержится в:
Pavel Roskin 2002-09-19 06:43:06 +00:00
родитель d12a6c2eb6
Коммит dfdb879eb1
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2002-09-19 Pavel Roskin <proski@gnu.org>
* main.c (argument_table): Improve help for "+number" - it has
to be re-translated anyway.
* main.c (argument_table): Add missing descriptions.
* main.c [NATIVE_WIN32]: Remove -S option, it's useless.

Просмотреть файл

@ -2084,8 +2084,8 @@ print_mc_usage (poptContext ctx, FILE * stream)
/* print help for options */
poptPrintHelp (ctx, stream, 0);
fprintf (stream, " %s %s", _("+number"),
_("number is the start line number of file for `mcedit'.\n"));
fprintf (stream, " %s %s\n", _("+number"),
_("Set initial line number for the internal editor"));
fprintf (stream,
_("\n"
"Please send any bug reports (including the output of `mc -V')\n"