Nguyễn Thái Ngọc Duy <[email protected]> writes:
> Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
> ---
I'll take this one, even though it is quite old, as the file has a
serious amount of messages that are already marked.
> trailer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/trailer.c b/trailer.c
> index 94b387b..8e48a5c 100644
> --- a/trailer.c
> +++ b/trailer.c
> @@ -234,7 +234,7 @@ static const char *apply_command(const char *command,
> const char *arg)
> cp.use_shell = 1;
>
> if (capture_command(&cp, &buf, 1024)) {
> - error("running trailer command '%s' failed", cmd.buf);
> + error(_("running trailer command '%s' failed"), cmd.buf);
> strbuf_release(&buf);
> result = xstrdup("");
> } else {
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html