Skip to content

Commit 9ec8af6

Browse files
committed
Merge branch 'nd/n18n-fix'
* nd/n18n-fix: transport-helper.c: do not translate a string twice
2 parents a159801 + 739fb71 commit 9ec8af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport-helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ static int run_connect(struct transport *transport, struct strbuf *cmdbuf)
573573
fprintf(stderr, "Debug: Falling back to dumb "
574574
"transport.\n");
575575
} else {
576-
die(_(_("unknown response to connect: %s")),
576+
die(_("unknown response to connect: %s"),
577577
cmdbuf->buf);
578578
}
579579

0 commit comments

Comments
 (0)