From: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- sha1dc_git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha1dc_git.c b/sha1dc_git.c index 5c300e812e0..fecf5da1483 100644 --- a/sha1dc_git.c +++ b/sha1dc_git.c @@ -18,7 +18,7 @@ void git_SHA1DCFinal(unsigned char hash[20], SHA1_CTX *ctx) { if (!SHA1DCFinal(hash, ctx)) return; - die("SHA-1 appears to be part of a collision attack: %s", + die(_("SHA-1 appears to be part of a collision attack: %s"), hash_to_hex_algop(hash, &hash_algos[GIT_HASH_SHA1])); } -- gitgitgadget