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

to be re-translated anyway.
This commit is contained in:
Pavel Roskin 2002-09-19 06:43:06 +00:00
parent d12a6c2eb6
commit dfdb879eb1
2 changed files with 5 additions and 2 deletions

View File

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

View File

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