On Wed, 20 Mar 2019 at 12:59, Nguyễn Thái Ngọc Duy <[email protected]> wrote:
>
> mark one more string for translation while at there.
s/^m/M/
> + OPT_CALLBACK_F(0, "ws-error-highlight", options, N_("<kind>"),
> + N_("highlight whitespaces errors in the
> context, old or new lines in the diff"),
> + PARSE_OPT_NONEG, diff_opt_ws_error_highlight),
s/whitespaces/whitespace/
I tripped on the comma, somehow, and part of the explanation why is
perhaps because this gives (a few of) the possible values, but that's
not really indicated. Maybe wrap them in 'quotes', but maybe this text
is already getting too long. Feel free to completely ignore this.
Martin