Skip to content

Commit 13ad56f

Browse files
pcloudsgitster
authored andcommitted
trailer.c: mark strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1823c61 commit 13ad56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trailer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static const char *apply_command(const char *command, const char *arg)
234234
cp.use_shell = 1;
235235

236236
if (capture_command(&cp, &buf, 1024)) {
237-
error("running trailer command '%s' failed", cmd.buf);
237+
error(_("running trailer command '%s' failed"), cmd.buf);
238238
strbuf_release(&buf);
239239
result = xstrdup("");
240240
} else {

0 commit comments

Comments
 (0)