Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
trailer.c: mark strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nguyễn Thái Ngọc Duy authored and Junio C Hamano committed Feb 29, 2016
1 parent 1823c61 commit 13ad56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailer.c
Expand Up @@ -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 {
Expand Down

0 comments on commit 13ad56f

Please sign in to comment.