about summary refs log tree commit diff
path: root/third_party/git/sideband.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/sideband.c')
-rw-r--r--third_party/git/sideband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/sideband.c b/third_party/git/sideband.c
index ef851113c4..0a60662fa6 100644
--- a/third_party/git/sideband.c
+++ b/third_party/git/sideband.c
@@ -147,7 +147,7 @@ int demultiplex_sideband(const char *me, char *buf, int len,
 	switch (band) {
 	case 3:
 		if (die_on_error)
-			die("remote error: %s", buf + 1);
+			die(_("remote error: %s"), buf + 1);
 		strbuf_addf(scratch, "%s%s", scratch->len ? "\n" : "",
 			    DISPLAY_PREFIX);
 		maybe_colorize_sideband(scratch, buf + 1, len);