[PATCH 1/2] blame.c: Add translation to warning about failed revision walk
From: Stefan Beller <hidden>
Date: 2016-06-15 23:02:14
blame belonging to the group of ancillaryinterrogators and not to plumbinginterrogators should have localized error messages? Signed-off-by: Stefan Beller <redacted> --- builtin/blame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/blame.c b/builtin/blame.c
index 17d30d0..ca4ba6f 100644
--- a/builtin/blame.c
+++ b/builtin/blame.c@@ -2700,7 +2700,7 @@ parse_done: * uninteresting. */ if (prepare_revision_walk(&revs)) - die("revision walk setup failed"); + die(_("revision walk setup failed")); if (is_null_sha1(sb.final->object.sha1)) { o = sb.final->util;
--
2.1.0.rc2