mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 02:27:35 -05:00
Merge branch 'nd/n18n-fix'
* nd/n18n-fix: transport-helper.c: do not translate a string twice
This commit is contained in:
@@ -573,7 +573,7 @@ static int run_connect(struct transport *transport, struct strbuf *cmdbuf)
|
||||
fprintf(stderr, "Debug: Falling back to dumb "
|
||||
"transport.\n");
|
||||
} else {
|
||||
die(_(_("unknown response to connect: %s")),
|
||||
die(_("unknown response to connect: %s"),
|
||||
cmdbuf->buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user