Skip to content

Commit 76964d5

Browse files
committed
Merge branch 'jk/sideband-error-l10n' into jch
* jk/sideband-error-l10n: sideband: mark "remote error:" prefix for translation
2 parents bfb6141 + 7c69402 commit 76964d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sideband.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ int demultiplex_sideband(const char *me, char *buf, int len,
147147
switch (band) {
148148
case 3:
149149
if (die_on_error)
150-
die("remote error: %s", buf + 1);
150+
die(_("remote error: %s"), buf + 1);
151151
strbuf_addf(scratch, "%s%s", scratch->len ? "\n" : "",
152152
DISPLAY_PREFIX);
153153
maybe_colorize_sideband(scratch, buf + 1, len);

0 commit comments

Comments
 (0)