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>
This commit is contained in:
parent
1823c619e9
commit
13ad56f848
@ -234,7 +234,7 @@ static const char *apply_command(const char *command, const char *arg)
|
|||||||
cp.use_shell = 1;
|
cp.use_shell = 1;
|
||||||
|
|
||||||
if (capture_command(&cp, &buf, 1024)) {
|
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);
|
strbuf_release(&buf);
|
||||||
result = xstrdup("");
|
result = xstrdup("");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user