Skip to content
Snippets Groups Projects
Commit 739fb716 authored by Nguyễn Thái Ngọc Duy's avatar Nguyễn Thái Ngọc Duy Committed by Junio C Hamano
Browse files

transport-helper.c: do not translate a string twice

parent 6b5b309f
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