Skip to content
Snippets Groups Projects
Commit 9ec8af6c authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'nd/n18n-fix'

* nd/n18n-fix:
  transport-helper.c: do not translate a string twice
parents a1598010 739fb716
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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);
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment